Information about plays

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

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

{
    "id": 356525,
    "uri": "https://api.kexp.org/v2/plays/356525/?format=api",
    "airdate": "2019-07-19T16:09:00-07:00",
    "show": 5940,
    "show_uri": "https://api.kexp.org/v2/shows/5940/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'll Die Anyway",
    "track_id": null,
    "recording_id": null,
    "artist": "girl in red",
    "artist_ids": [
        "4ae429fe-735c-4968-8253-a591421b1bd0"
    ],
    "album": "Chapter 2",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“i think this is the most honest song i’ve written on how i perceive my life,” GiR writes. “understanding life and what it means to be human is difficult. i’ve always questioned my existence, meaning, time and the universe. all i know is that i don’t know, and the only thing that’s guaranteed is i’ll die anyway.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}