Information about plays

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

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

{
    "id": 502069,
    "uri": "https://api.kexp.org/v2/plays/502069/?format=api",
    "airdate": "2001-12-30T20:48:00-08:00",
    "show": 8627,
    "show_uri": "https://api.kexp.org/v2/shows/8627/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Play on Me",
    "track_id": "96de8c09-3d43-4272-a7ea-cade2014b227",
    "recording_id": null,
    "artist": "M.I.S.T.",
    "artist_ids": [
        "1d0192f9-1897-4a72-b304-c1558d027786"
    ],
    "album": "Play on Me / Warp 1",
    "release_id": "55c57928-c038-48a1-9866-ea6e6e113386",
    "release_group_id": null,
    "labels": [
        "Soul:R"
    ],
    "label_ids": [
        "a57043cc-2101-4e43-9995-1db3dcf67852"
    ],
    "release_date": "2001-11-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}