Information about plays

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

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

{
    "id": 2679095,
    "uri": "https://api.kexp.org/v2/plays/2679095/?format=api",
    "airdate": "2019-12-28T09:34:00-08:00",
    "show": 46241,
    "show_uri": "https://api.kexp.org/v2/shows/46241/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Am a Psychiatrist",
    "track_id": "a14a3893-64bc-31f1-9af1-2ec905761d7b",
    "recording_id": null,
    "artist": "Lee “Scratch” Perry",
    "artist_ids": [],
    "album": "Panic in Babylon",
    "release_id": "18f94a03-9326-3ee3-a944-6a4c4bb05942",
    "release_group_id": null,
    "labels": [
        "Narnack Records"
    ],
    "label_ids": [
        "7468130a-5a6d-4321-9c7f-9f2b3a393f03"
    ],
    "release_date": "2006-08-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lee \"Scratch\" Perry & Subatomic Sound System performing live in the KEXP studio. Recorded September 18, 2016 https://www.youtube.com/watch?v=iTNam6GbJYg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}