Information about plays

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

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

{
    "id": 350973,
    "uri": "https://api.kexp.org/v2/plays/350973/?format=api",
    "airdate": "2019-07-06T19:25:10-07:00",
    "show": 5846,
    "show_uri": "https://api.kexp.org/v2/shows/5846/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Summer Haze",
    "track_id": "ce616a72-8781-4224-8d68-c4469ca5a99c",
    "recording_id": null,
    "artist": "Gabriel Teodros",
    "artist_ids": [
        "2584dbb7-683d-498a-a2c5-05147e07587e"
    ],
    "album": "History Rhymes If It Doesn't Repeat (A Southend Healing Ritual)",
    "release_id": "5e839c48-805d-41ee-a25d-4ac9216a64fc",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2018-09-21",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Gabriel will be at the Othello Block Party on July 27th. Be there or be square! https://www.gabrielteodros.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}