Information about plays

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

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

{
    "id": 3574119,
    "uri": "https://api.kexp.org/v2/plays/3574119/?format=api",
    "airdate": "2025-11-05T01:07:13-08:00",
    "show": 65026,
    "show_uri": "https://api.kexp.org/v2/shows/65026/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "California Love (short radio edit)",
    "track_id": "a76299f9-acc3-3a17-8945-840444da7093",
    "recording_id": "d7b9768a-97fd-4778-9697-e4a0e503765f",
    "artist": "2Pac feat. Dr. Dre",
    "artist_ids": [
        "382f1005-e9ab-4684-afd4-0bdae4ee37f2",
        "5f6ab597-f57a-40da-be9e-adad48708203"
    ],
    "album": "All Eyez on Me",
    "release_id": "8d2491b6-f77f-3ec2-9638-10c231663071",
    "release_group_id": "e2621417-9236-36b4-9f9e-376c416dc4b0",
    "labels": [
        "Death Row Records"
    ],
    "label_ids": [
        "2285cdbd-a7b6-464a-9bc0-c549051454d9"
    ],
    "release_date": "1996-04-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The listener can hear Shakur celebrating his newfound freedom after being released from jail... It’s also an ode to his beloved west coast and the state of California, from 'Sac-town, the Bay Area, and back down'!\"\n\nhttps://americansongwriter.com/behind-the-history-and-meaning-of-tupac-shakurs-california-love/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}