Information about plays

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

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

{
    "id": 348661,
    "uri": "https://api.kexp.org/v2/plays/348661/?format=api",
    "airdate": "2019-07-01T14:30:25-07:00",
    "show": 5812,
    "show_uri": "https://api.kexp.org/v2/shows/5812/?format=api",
    "image_uri": "http://coverartarchive.org/release/45c50e08-3fee-437d-98f1-a7e816fa8479/21734779999-250.jpg",
    "thumbnail_uri": "",
    "song": "Sandman",
    "track_id": "31852a77-7b04-4749-9e96-a45e9b9c5d8d",
    "recording_id": null,
    "artist": "Broncho",
    "artist_ids": [
        "8e4a41a5-6ec6-4042-b064-acd1cb51cf1b"
    ],
    "album": "Bad Behavior",
    "release_id": "45c50e08-3fee-437d-98f1-a7e816fa8479",
    "release_group_id": null,
    "labels": [
        "Park the Van"
    ],
    "label_ids": [
        "3d181182-568b-4108-9a9a-5595aefddcb2"
    ],
    "release_date": "2018-10-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out this awesome in studio with Oklahoma band, Broncho! https://www.youtube.com/watch?v=J9zK5jp8TPQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}