Information about plays

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

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

{
    "id": 3429805,
    "uri": "https://api.kexp.org/v2/plays/3429805/?format=api",
    "airdate": "2024-11-25T06:07:54-08:00",
    "show": 61942,
    "show_uri": "https://api.kexp.org/v2/shows/61942/?format=api",
    "image_uri": "https://ia803208.us.archive.org/30/items/mbid-1544e488-f1ca-4b26-b5f7-4c5f51ab532c/mbid-1544e488-f1ca-4b26-b5f7-4c5f51ab532c-3972661772_thumb500.jpg",
    "thumbnail_uri": "https://ia903208.us.archive.org/30/items/mbid-1544e488-f1ca-4b26-b5f7-4c5f51ab532c/mbid-1544e488-f1ca-4b26-b5f7-4c5f51ab532c-3972661772_thumb250.jpg",
    "song": "Shadows and Light",
    "track_id": "38c85e61-746d-376d-a6cc-6667746c361a",
    "recording_id": "cc68dab9-327d-45fa-a499-17c172267828",
    "artist": "The Band with Joni Mitchell",
    "artist_ids": [
        "a6de8ef9-b1a1-4756-97aa-481bbb8a4069",
        "8c90ad8c-9150-4c51-a1eb-342232e99d06"
    ],
    "album": "The Last Waltz",
    "release_id": "1544e488-f1ca-4b26-b5f7-4c5f51ab532c",
    "release_group_id": "83bf04a6-8a2d-38c2-83ea-9702e1837d1f",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2002-04-23",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Video of Joni Mitchell performing with The Band at The Last Waltz:\n\nhttps://jonimitchell.com/library/video.cfm?id=314",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}