Information about plays

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

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

{
    "id": 352147,
    "uri": "https://api.kexp.org/v2/plays/352147/?format=api",
    "airdate": "2019-07-09T15:15:33-07:00",
    "show": 5869,
    "show_uri": "https://api.kexp.org/v2/shows/5869/?format=api",
    "image_uri": "http://coverartarchive.org/release/4b002b0e-3d58-4fea-a980-4b0577b32508/15696520432-250.jpg",
    "thumbnail_uri": "",
    "song": "Shine a Light",
    "track_id": "0e15b162-0624-3779-a99c-63ed9418530c",
    "recording_id": null,
    "artist": "Wolf Parade",
    "artist_ids": [
        "b7ddce8b-9e5c-46bd-9d33-41b134ce1a7f"
    ],
    "album": "Apologies to the Queen Mary",
    "release_id": "4b002b0e-3d58-4fea-a980-4b0577b32508",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2005-09-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wolf Parade will play the first of our Concerts at the Mural series this August. Get all the info on this free event at the Mural Amphitheater here: https://bit.ly/32j1HOz",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}