Information about plays

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

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

{
    "id": 356241,
    "uri": "https://api.kexp.org/v2/plays/356241/?format=api",
    "airdate": "2019-07-18T23:32:20-07:00",
    "show": 5935,
    "show_uri": "https://api.kexp.org/v2/shows/5935/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Silken Moon",
    "track_id": "dd44785d-cda3-4cb7-953d-0ac74c70d757",
    "recording_id": null,
    "artist": "Earthboogie featuring Nina Miranda",
    "artist_ids": [
        "465b7018-75a9-4b26-8a51-134e8069fe00"
    ],
    "album": "Human Call",
    "release_id": "01c07e60-34c3-41c9-908b-d4f9b2cf071c",
    "release_group_id": null,
    "labels": [
        "Leng"
    ],
    "label_ids": [
        "5ef3ac47-8c7d-4dcb-b7b7-8f60cd3b5705"
    ],
    "release_date": "2018-05-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the 8 track nu disco album Human Call by Earthboogie (55m 47s) on Leng Records. \nEarthboogie make their music in their custom built studio, The Control Room, in East London. The Control Room houses the Earthboogie Sound System, which also makes trips to parties and venues around the globe, spreading the global boogie.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}