Information about plays

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

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

{
    "id": 3596752,
    "uri": "https://api.kexp.org/v2/plays/3596752/?format=api",
    "airdate": "2025-12-27T15:20:55-08:00",
    "show": 65490,
    "show_uri": "https://api.kexp.org/v2/shows/65490/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "93 'Til Infinity - Remix (Clean)",
    "track_id": "165d250f-230a-4d46-9c3d-096082dcce02",
    "recording_id": "9c703605-94f4-4518-9dc1-7cd97d1c1a6b",
    "artist": "Souls of Mischief",
    "artist_ids": [
        "7b61cf8f-c042-4bd4-b64a-25cb40f3dd50"
    ],
    "album": "93 'Til Infinity",
    "release_id": "52f8b5a7-30ce-46d8-a344-0b507637a1cd",
    "release_group_id": "1187d51f-81b4-4b79-815d-524bf7524fe0",
    "labels": [
        "Jive"
    ],
    "label_ids": [
        "79245298-c0ba-4eba-aecc-3dfe8eeb689f"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This was the debut album from Oakland hip-hop group Souls of Mischief. Can you believe it's more than 30 years old?  Here's a retrospective from 2013: https://pitchfork.com/features/rolling-on-dubs/9233-souls-of-mischief/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}