Information about plays

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

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

{
    "id": 3628290,
    "uri": "https://api.kexp.org/v2/plays/3628290/?format=api",
    "airdate": "2026-03-13T03:26:23-07:00",
    "show": 66166,
    "show_uri": "https://api.kexp.org/v2/shows/66166/?format=api",
    "image_uri": "https://coverartarchive.org/release/3f0bce17-143f-427b-9357-0c8ef12e6449/9475302657-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3f0bce17-143f-427b-9357-0c8ef12e6449/9475302657-250.jpg",
    "song": "Almighty Dollar",
    "track_id": null,
    "recording_id": "431fe7ab-66b1-41f0-8f5b-334dc49f5b91",
    "artist": "Devin the Dude",
    "artist_ids": [
        "b4e1a0b3-af92-4a4b-8f44-9633f59f7138"
    ],
    "album": "Waitin’ to Inhale",
    "release_id": null,
    "release_group_id": "d0820d74-c7c9-3fcd-bf61-3153c0003be7",
    "labels": [
        "Rap-A-Lot 4 Life"
    ],
    "label_ids": [
        "d518b44e-d393-4765-a118-2dd2e0340506"
    ],
    "release_date": "2007-03-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}