Information about plays

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

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

{
    "id": 383159,
    "uri": "https://api.kexp.org/v2/plays/383159/?format=api",
    "airdate": "2019-09-19T22:24:11-07:00",
    "show": 6374,
    "show_uri": "https://api.kexp.org/v2/shows/6374/?format=api",
    "image_uri": "http://coverartarchive.org/release/d7ce473e-482c-4482-b0cf-ec6627f3699c/24039902733-250.jpg",
    "thumbnail_uri": "",
    "song": "Simmer",
    "track_id": "3e3d626d-881f-4b7c-9671-09bf54f0c20a",
    "recording_id": null,
    "artist": "Mahalia feat. Burna Boy",
    "artist_ids": [
        "78a19169-ac75-4868-b504-7e2e073118e0"
    ],
    "album": "Love and Compromise",
    "release_id": "d7ce473e-482c-4482-b0cf-ec6627f3699c",
    "release_group_id": null,
    "labels": [
        "Warner Music UK"
    ],
    "label_ids": [
        "9c5cba05-bcad-4daa-b58f-fad3197a2148"
    ],
    "release_date": "2019-09-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'Playground' riddim",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}