Information about plays

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

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

{
    "id": 355670,
    "uri": "https://api.kexp.org/v2/plays/355670/?format=api",
    "airdate": "2019-07-17T17:14:44-07:00",
    "show": 5926,
    "show_uri": "https://api.kexp.org/v2/shows/5926/?format=api",
    "image_uri": "http://coverartarchive.org/release/1956fa96-3ff2-4073-a5d6-9670c14004d6/16170729261-250.jpg",
    "thumbnail_uri": "",
    "song": "None Shall Pass",
    "track_id": "95733bff-f7f1-4b53-a7d0-cc12bbb12ec5",
    "recording_id": null,
    "artist": "Aesop Rock",
    "artist_ids": [
        "aba64937-3334-4c65-90a1-4e6b9d4d7ada"
    ],
    "album": "None Shall Pass",
    "release_id": "1956fa96-3ff2-4073-a5d6-9670c14004d6",
    "release_group_id": null,
    "labels": [
        "Definitive Jux"
    ],
    "label_ids": [
        "abf3267e-d5af-42c2-9a7b-5239d2e07a97"
    ],
    "release_date": "2007-08-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Aesop Rock played \"None Shall Pass\" live on KEXP broadcasting live from The Doug Fir in Portland during Musicfest NW 2007. Watch it here: https://www.youtube.com/watch?v=n6gbGSD7ays",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}