Information about plays

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

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

{
    "id": 378067,
    "uri": "https://api.kexp.org/v2/plays/378067/?format=api",
    "airdate": "2019-09-07T20:24:00-07:00",
    "show": 6291,
    "show_uri": "https://api.kexp.org/v2/shows/6291/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Speed Queen",
    "track_id": "a5dc0c88-33e7-4992-b123-39a56c663d01",
    "recording_id": null,
    "artist": "Thunderpussy",
    "artist_ids": [
        "1822e292-b283-451c-9ba5-c38132dfda63"
    ],
    "album": "Greatest Tits",
    "release_id": "cc24294d-4424-4e3a-8b5a-6049917ecb06",
    "release_group_id": null,
    "labels": [
        "Stardog Records"
    ],
    "label_ids": [],
    "release_date": "2018-02-23",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Check out Thunderpussy's newest single, Never Know the title track from their album that is set to release later this year; http://www.thunderpussyusa.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}