Information about plays

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

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

{
    "id": 380057,
    "uri": "https://api.kexp.org/v2/plays/380057/?format=api",
    "airdate": "2019-09-12T16:20:07-07:00",
    "show": 6324,
    "show_uri": "https://api.kexp.org/v2/shows/6324/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gimme Some Truth",
    "track_id": "49168f74-f367-3c12-a6ed-da5d9a2abd37",
    "recording_id": null,
    "artist": "Generation X",
    "artist_ids": [
        "4c141ecd-23f9-4881-9a8c-27e7e7af708c"
    ],
    "album": "Valley of the Dolls",
    "release_id": "a465569e-2386-4d9d-a40d-53e406a28a86",
    "release_group_id": null,
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "2002-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Generation X recorded this John Lennon protest song as a B-side to the single \"King Rocker\" in 1978.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}