Information about plays

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

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

{
    "id": 342815,
    "uri": "https://api.kexp.org/v2/plays/342815/?format=api",
    "airdate": "2019-06-18T04:37:01-07:00",
    "show": 5717,
    "show_uri": "https://api.kexp.org/v2/shows/5717/?format=api",
    "image_uri": "http://coverartarchive.org/release/4b002b0e-3d58-4fea-a980-4b0577b32508/15696520432-250.jpg",
    "thumbnail_uri": "",
    "song": "I'll Believe in Anything",
    "track_id": "a3445b06-5dcd-3099-831f-238e5dfbccf5",
    "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 - Full Performance (Live on KEXP): https://www.youtube.com/watch?v=-UDP7UAM5pU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}