Information about plays

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

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

{
    "id": 2683289,
    "uri": "https://api.kexp.org/v2/plays/2683289/?format=api",
    "airdate": "2020-01-07T13:00:56.816000-08:00",
    "show": 46313,
    "show_uri": "https://api.kexp.org/v2/shows/46313/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I’m the Man",
    "track_id": "9ce00fc7-a213-4733-b761-1675fe5b4a7e",
    "recording_id": null,
    "artist": "Jehnny Beth",
    "artist_ids": [
        "fdac609a-63d0-49b9-823a-daec52a0db97"
    ],
    "album": "I’m the Man",
    "release_id": "63936fed-9278-4436-971a-7577aeea1335",
    "release_group_id": "7dbb65b5-38bd-4612-9632-83b104bf4a36",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-11-08",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In November, Savages vocalist Jehnny Beth unveiled “I’m the Man”, a new song recorded for the soundtrack of \"Peaky Blinders.\"  Beth said, “‘I’m the Man’ is an attempted study on humankind, what we define as evil and the inner conflict of morality. Because it is much easier to label the people who are clearly tormented by obsessions as monsters than to discern the universal human background that is visible behind them. However, this song has not even a remote connection with a sociological study, collective psychology, or present politics. It is a poetic work first and foremost. Its aim is to make you feel, not think.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}