Information about plays

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

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

{
    "id": 349925,
    "uri": "https://api.kexp.org/v2/plays/349925/?format=api",
    "airdate": "2019-07-04T06:15:22-07:00",
    "show": 5829,
    "show_uri": "https://api.kexp.org/v2/shows/5829/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ready, Able",
    "track_id": "cdc57942-ee5f-400e-b52c-122e1580c852",
    "recording_id": null,
    "artist": "Grizzly Bear",
    "artist_ids": [
        "59a7fbcb-ff74-494d-abd0-9c82359040c9"
    ],
    "album": "Veckatimest",
    "release_id": "4deffd66-3f0a-47f5-952a-49416b45b13c",
    "release_group_id": null,
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2009-05-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This Brooklyn band's third album turned 10 years old in May! See Stereogum's ode to <i>Veckatimest</i> here: https://bit.ly/2KXNtNu",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}