Information about plays

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

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

{
    "id": 352520,
    "uri": "https://api.kexp.org/v2/plays/352520/?format=api",
    "airdate": "2019-07-10T09:26:09-07:00",
    "show": 5874,
    "show_uri": "https://api.kexp.org/v2/shows/5874/?format=api",
    "image_uri": "http://coverartarchive.org/release/5695e637-1355-4a26-9d98-6fcceaf9db02/17648993504-250.jpg",
    "thumbnail_uri": "",
    "song": "The Combine",
    "track_id": "85279402-8c79-419c-86df-6b479e17122a",
    "recording_id": null,
    "artist": "John Maus",
    "artist_ids": [
        "c6be66af-28b4-4b87-a8ba-3f46ec6fe986"
    ],
    "album": "Screen Memories",
    "release_id": "5695e637-1355-4a26-9d98-6fcceaf9db02",
    "release_group_id": null,
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2017-10-27",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This was John Maus' first release after a six year hiatus. Two years were devoted to finishing his dissertation, while another two were spent learning how to build modular synthesizers. His 338-page thesis \"Communication and Control\", which discussed the influence of technology on control societies, was completed and submitted in 2014, and he was thereby awarded his PhD in political science from the University of Hawaii.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}