Information about plays

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

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

{
    "id": 374832,
    "uri": "https://api.kexp.org/v2/plays/374832/?format=api",
    "airdate": "2019-08-31T11:52:00-07:00",
    "show": 6238,
    "show_uri": "https://api.kexp.org/v2/shows/6238/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Curley Locks",
    "track_id": "98c95629-2ec7-41ef-94f5-6c85d1d87f47",
    "recording_id": null,
    "artist": "Junior Byles",
    "artist_ids": [
        "a7f02a97-8db1-4f64-9fb9-c048032f721b"
    ],
    "album": "Curley Locks",
    "release_id": "dff990fc-26d9-465d-a6b8-c6c007edebe3",
    "release_group_id": null,
    "labels": [
        "Upsetter Records"
    ],
    "label_ids": [],
    "release_date": "1974-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Junior Murvin had a huge hit with Police & Thieves, which was made even more well known, when The Clash covered it. Junior has such a beautiful and smooth voice, very much influenced by singers like Sam Cooke. Again, like many of the Jamaican artists, he writes these beautiful protest songs.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}