Information about plays

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

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

{
    "id": 372512,
    "uri": "https://api.kexp.org/v2/plays/372512/?format=api",
    "airdate": "2019-08-26T09:58:29-07:00",
    "show": 6206,
    "show_uri": "https://api.kexp.org/v2/shows/6206/?format=api",
    "image_uri": "http://coverartarchive.org/release/7a89e5ae-f0b7-40e7-a179-0bedc11200a0/3778834494-250.jpg",
    "thumbnail_uri": "",
    "song": "Right Thing/GDMFSOB (clean instrumental version)",
    "track_id": "a63d1771-5686-3da5-afba-bb134d133d93",
    "recording_id": null,
    "artist": "DJ Shadow",
    "artist_ids": [
        "efa2c11a-1a35-4b60-bc1b-66d37de88511"
    ],
    "album": "The Private Press",
    "release_id": "7a89e5ae-f0b7-40e7-a179-0bedc11200a0",
    "release_group_id": null,
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "2002-06-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}