Information about plays

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

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

{
    "id": 2678415,
    "uri": "https://api.kexp.org/v2/plays/2678415/?format=api",
    "airdate": "2019-12-26T15:06:20-08:00",
    "show": 46228,
    "show_uri": "https://api.kexp.org/v2/shows/46228/?format=api",
    "image_uri": "https://coverartarchive.org/release/65b2c504-354c-4b0a-b2b3-294751e2c757/2033023060-250.jpg",
    "thumbnail_uri": "",
    "song": "Ready, Steady, Go",
    "track_id": "6d8c485a-a414-3e17-990e-02a4f9e0e566",
    "recording_id": null,
    "artist": "Generation X",
    "artist_ids": [
        "4c141ecd-23f9-4881-9a8c-27e7e7af708c"
    ],
    "album": "Perfect Hits 1975–1981",
    "release_id": "65b2c504-354c-4b0a-b2b3-294751e2c757",
    "release_group_id": null,
    "labels": [
        "Chrysalis"
    ],
    "label_ids": [
        "ed5601e5-7c54-426e-982a-1a208dd0b0ad"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"We (recorded) it in TW (Studios), and it was like recording in a garage, it was such a s---hole. But it was great as we felt completely at home, we just plugged in and played great and it sounded great. ... 'Youth Youth Youth' was done in one take, we just set Derwood up with a wall of speakers in the studio, no headphones and just left the tape running. We were pissed, and did it at midnight, that's the only way we could have possibly recorded that track. He just went mad, we just all sat there in awe as he went crazy (playing that solo).\" − Tony James",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}