Information about plays

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

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

{
    "id": 357004,
    "uri": "https://api.kexp.org/v2/plays/357004/?format=api",
    "airdate": "2019-07-20T21:25:00-07:00",
    "show": 5949,
    "show_uri": "https://api.kexp.org/v2/shows/5949/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Crazy Horses",
    "track_id": "b7bc8c50-c372-331c-b895-da44bfe860f7",
    "recording_id": null,
    "artist": "The Osmonds",
    "artist_ids": [
        "be96eda1-7e36-44f6-affe-80780400fae0"
    ],
    "album": "Crazy Horses",
    "release_id": "c82e1d1d-ef83-4a07-9ed0-f944837a7e39",
    "release_group_id": null,
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "adde0cb6-4535-47b8-9b10-f18cc0b466ae"
    ],
    "release_date": "1972-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}