Information about plays

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

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

{
    "id": 2678396,
    "uri": "https://api.kexp.org/v2/plays/2678396/?format=api",
    "airdate": "2019-12-26T14:04:28-08:00",
    "show": 46228,
    "show_uri": "https://api.kexp.org/v2/shows/46228/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Change the Paradigm",
    "track_id": "73195188-79e3-4ea4-8673-b2cebfc43dcf",
    "recording_id": null,
    "artist": "Austra",
    "artist_ids": [
        "af9e8d94-d471-4f91-82c7-250c22545162"
    ],
    "album": "Change the Paradigm",
    "release_id": "27e1cf24-abcb-4e3a-a9b1-a748d97726a7",
    "release_group_id": null,
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "f27235b7-7666-4d70-a2c7-9f7b1981eaa0"
    ],
    "release_date": "2017-12-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here’s what Stelmanis had to say about it in a statement:\n\nI wish Change the Paradigm had made it onto the record because it directly embodies what I wanted to express on Future Politics – that the most powerful tool we possess for creating a better world is our own imagination.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}