Information about plays

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

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

{
    "id": 414371,
    "uri": "https://api.kexp.org/v2/plays/414371/?format=api",
    "airdate": "2001-01-02T15:22:39-08:00",
    "show": 6904,
    "show_uri": "https://api.kexp.org/v2/shows/6904/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/616F44ECKQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/616F44ECKQL._SL75_.jpg",
    "song": "It's for You",
    "track_id": null,
    "recording_id": null,
    "artist": "Out Hud",
    "artist_ids": [
        "3e7b2266-5a73-4ead-91c9-a73cf9d4b2b4"
    ],
    "album": "Let Us Never Speak of It Again",
    "release_id": "1192422c-39bf-47da-bf84-e1ceb2225ea0",
    "release_group_id": null,
    "labels": [
        "Kranky"
    ],
    "label_ids": [
        "4536e738-6350-4cae-af70-79d56d106c45"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}