Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/463402/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 463402,
    "uri": "https://api.kexp.org/v2/plays/463402/?format=api",
    "airdate": "2001-09-06T09:00:00-07:00",
    "show": 7869,
    "show_uri": "https://api.kexp.org/v2/shows/7869/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61fAvi6MsaL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61fAvi6MsaL._SL75_.jpg",
    "song": "Racer X",
    "track_id": "c6427c57-f9bd-47d9-af2d-8064957ae1e8",
    "recording_id": null,
    "artist": "Big Black",
    "artist_ids": [
        "9463868f-edc8-427e-ac07-ea89698e5f15"
    ],
    "album": "Racer X",
    "release_id": "f844ceee-c2de-4db9-92c1-f8a58f606b45",
    "release_group_id": null,
    "labels": [
        "Homestead Records"
    ],
    "label_ids": [
        "3a113bbe-09e6-4e87-9055-20b488e7d361"
    ],
    "release_date": "1984-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}