Information about plays

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

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

{
    "id": 517488,
    "uri": "https://api.kexp.org/v2/plays/517488/?format=api",
    "airdate": "2002-02-13T19:49:00-08:00",
    "show": 8927,
    "show_uri": "https://api.kexp.org/v2/shows/8927/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61HZ10qtV3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61HZ10qtV3L._SL75_.jpg",
    "song": "Hear My Train a Comin' (acoustic)",
    "track_id": "1602820b-e027-4c40-a976-34a09fe86e58",
    "recording_id": null,
    "artist": "Jimi Hendrix",
    "artist_ids": [
        "06fb1c8b-566e-4cb2-985b-b467c90781d4"
    ],
    "album": "Blues",
    "release_id": "3f6a888c-41b0-429f-add5-985326b8370f",
    "release_group_id": null,
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1994-04-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}