Information about plays

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

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

{
    "id": 348022,
    "uri": "https://api.kexp.org/v2/plays/348022/?format=api",
    "airdate": "2019-06-30T00:07:00-07:00",
    "show": 5799,
    "show_uri": "https://api.kexp.org/v2/shows/5799/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hell Bent for Leather",
    "track_id": "788b9c69-56c2-41ef-9cef-662bac0251de",
    "recording_id": null,
    "artist": "Judas Priest",
    "artist_ids": [
        "6b335658-22c8-485d-93de-0bc29a1d0349"
    ],
    "album": "Hell Bent for Leather",
    "release_id": "f459beaa-8272-4d11-a0ee-c189227382b1",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [],
    "release_date": "1979-03-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally released as \"Killing Machine\" in Britain and Europe.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}