Information about plays

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

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

{
    "id": 353354,
    "uri": "https://api.kexp.org/v2/plays/353354/?format=api",
    "airdate": "2019-07-12T05:51:20-07:00",
    "show": 5886,
    "show_uri": "https://api.kexp.org/v2/shows/5886/?format=api",
    "image_uri": "http://coverartarchive.org/release/c0f1889a-eda2-4e29-b7bb-d4f4635a2751/21918426683-250.jpg",
    "thumbnail_uri": "",
    "song": "Videograms",
    "track_id": "b2373db9-4c24-4fa7-89c9-4427470c5de9",
    "recording_id": null,
    "artist": "The Twilight Sad",
    "artist_ids": [
        "d44d63b8-3da4-4f7d-aba1-a05ba8941b44"
    ],
    "album": "It Won/T Be Like This All the Time",
    "release_id": "c0f1889a-eda2-4e29-b7bb-d4f4635a2751",
    "release_group_id": null,
    "labels": [
        "Rock Action Records"
    ],
    "label_ids": [
        "959be696-eda5-4c9d-af24-2c8103f149f5"
    ],
    "release_date": "2019-01-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}