Information about plays

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

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

{
    "id": 381579,
    "uri": "https://api.kexp.org/v2/plays/381579/?format=api",
    "airdate": "2019-09-16T11:53:13-07:00",
    "show": 6353,
    "show_uri": "https://api.kexp.org/v2/shows/6353/?format=api",
    "image_uri": "http://coverartarchive.org/release/1d64b817-6c71-39d9-a511-88a46c02338d/7738007329-250.jpg",
    "thumbnail_uri": "",
    "song": "Walk On",
    "track_id": "0ee79972-6966-39bf-b783-fa84c90c6be1",
    "recording_id": null,
    "artist": "Neil Young",
    "artist_ids": [
        "75167b8b-44e4-407b-9d35-effe87b223cf"
    ],
    "album": "On the Beach",
    "release_id": "1d64b817-6c71-39d9-a511-88a46c02338d",
    "release_group_id": null,
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "2003-08-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded at the Broken Arrow Ranch on November 30, 1973. A few months after the original Tonight’s The Night sessions in Hollywood. You can read more about Walk On Here: https://medialoper.com/certain-songs-1248-neil-young-walk-on/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}