Information about plays

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

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

{
    "id": 378772,
    "uri": "https://api.kexp.org/v2/plays/378772/?format=api",
    "airdate": "2019-09-09T14:38:58-07:00",
    "show": 6306,
    "show_uri": "https://api.kexp.org/v2/shows/6306/?format=api",
    "image_uri": "http://coverartarchive.org/release/026b9048-a035-44c2-bda8-a19de875c381/7972192593-250.jpg",
    "thumbnail_uri": "",
    "song": "Ótta",
    "track_id": "31a73d32-8001-4687-bd49-fe23da4ce635",
    "recording_id": null,
    "artist": "Sólstafir",
    "artist_ids": [
        "5f976464-4a48-4c0e-aee4-bb70afaf7a8b"
    ],
    "album": "Ótta",
    "release_id": "026b9048-a035-44c2-bda8-a19de875c381",
    "release_group_id": null,
    "labels": [
        "Season of Mist"
    ],
    "label_ids": [
        "ab256066-5230-4a00-bc3f-1fcad2026852"
    ],
    "release_date": "2014-08-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Join us for Reykjavik Calling at KEXP on October 19th! Doors open at 7, music starts at 8. This event is 21+. Space is limited and entry is first come, first served. Here's them performing this song here at KEXP from a few years back: https://www.youtube.com/watch?v=aOVmXsL05Xw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}