Information about plays

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

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

{
    "id": 355161,
    "uri": "https://api.kexp.org/v2/plays/355161/?format=api",
    "airdate": "2019-07-16T16:49:30-07:00",
    "show": 5921,
    "show_uri": "https://api.kexp.org/v2/shows/5921/?format=api",
    "image_uri": "http://coverartarchive.org/release/2ed2a8dc-f3d1-486c-adbb-6685923966a2/17771953281-250.jpg",
    "thumbnail_uri": "",
    "song": "Money",
    "track_id": "251996e6-d29b-4a29-895d-b27baf451935",
    "recording_id": null,
    "artist": "Leikeli47",
    "artist_ids": [
        "da8a2bf4-8298-4da4-b5ff-ad5adb856037"
    ],
    "album": "Wash & Set",
    "release_id": "2ed2a8dc-f3d1-486c-adbb-6685923966a2",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2017-09-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "All my life, I had to grind and hustle",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}