Information about plays

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

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

{
    "id": 3594344,
    "uri": "https://api.kexp.org/v2/plays/3594344/?format=api",
    "airdate": "2025-12-22T05:54:16-08:00",
    "show": 65446,
    "show_uri": "https://api.kexp.org/v2/shows/65446/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Woke Up This Morning (Chosen One mix)",
    "track_id": "d16ae8b7-5718-3b12-9332-d1db4a6e4248",
    "recording_id": "61cbe540-d9f5-4fc2-b4f0-736ed892d88d",
    "artist": "Alabama 3",
    "artist_ids": [
        "d2101821-81ce-4137-bd14-7ed09ecf5531"
    ],
    "album": "The Sopranos: Music From the HBO Original Series",
    "release_id": "a37bc661-2c9a-35e5-9305-a4af26af8ac6",
    "release_group_id": "92406d4b-f4d8-3ba8-9f39-b6fab3d744fe",
    "labels": [
        "Columbia",
        "Sony Music Soundtrax",
        "Play-Tone Records"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e",
        "f4d80ac0-ba9d-4a75-a45b-3d6a1176f7f4",
        "cbc0e945-0850-465a-ac5c-e875b16e9c3a"
    ],
    "release_date": "1999-12-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Sopranos' opening theme song! Features a sample from Muddy Waters' \"Mannish Boy.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}