Information about plays

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

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

{
    "id": 3591804,
    "uri": "https://api.kexp.org/v2/plays/3591804/?format=api",
    "airdate": "2025-12-16T09:00:05-08:00",
    "show": 65393,
    "show_uri": "https://api.kexp.org/v2/shows/65393/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Twelve Days of Christmas",
    "track_id": "3b7572f9-8489-3cf4-ad05-95fb4e8c7a77",
    "recording_id": "e3f1862a-dd06-4862-ad96-7e6dd8cae207",
    "artist": "Bob and Doug McKenzie",
    "artist_ids": [
        "3aaeaad2-dad2-4e27-b35f-d0e57bcf04b3"
    ],
    "album": "Great White North",
    "release_id": "af000c21-358e-4055-a65b-8b5a8b68d73a",
    "release_group_id": "e05a8e4d-163e-359a-983e-766f212f1e24",
    "labels": [
        "Anthem Records"
    ],
    "label_ids": [
        "0c01070d-e8da-4e61-8df3-76ecb9b9d513"
    ],
    "release_date": "1981-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Canadian pop culture icons Bob and Doug, played by Rick Moranis and Dave Thomas, improvise \"Twelve Days of Christmas\" for their album 'The Great White North'.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}