Information about plays

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

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

{
    "id": 381999,
    "uri": "https://api.kexp.org/v2/plays/381999/?format=api",
    "airdate": "2019-09-17T13:38:51-07:00",
    "show": 6359,
    "show_uri": "https://api.kexp.org/v2/shows/6359/?format=api",
    "image_uri": "http://coverartarchive.org/release/ff3c80a8-15a0-40d6-ae64-62b5c58d045d/24119413993-250.jpg",
    "thumbnail_uri": "",
    "song": "Small Town Kid",
    "track_id": "240208e2-146b-480c-ad3c-46a29e709b1c",
    "recording_id": null,
    "artist": "Cuffed Up",
    "artist_ids": [
        "f3521106-11db-41cd-91f2-0a0697ca2719"
    ],
    "album": "Mother/Father / Small Town Kid",
    "release_id": "ff3c80a8-15a0-40d6-ae64-62b5c58d045d",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-07-31",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "L.a. band Cuffed Up describe their genre as \"sad-punk\":  https://www.facebook.com/cuffedupmusic/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}