Information about plays

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

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

{
    "id": 3635417,
    "uri": "https://api.kexp.org/v2/plays/3635417/?format=api",
    "airdate": "2026-03-30T03:00:41-07:00",
    "show": 66318,
    "show_uri": "https://api.kexp.org/v2/shows/66318/?format=api",
    "image_uri": "https://dn720707.ca.archive.org/0/items/mbid-d202795c-829b-4684-bb74-4e12870a309c/mbid-d202795c-829b-4684-bb74-4e12870a309c-21830058258_thumb500.jpg",
    "thumbnail_uri": "https://dn720707.ca.archive.org/0/items/mbid-d202795c-829b-4684-bb74-4e12870a309c/mbid-d202795c-829b-4684-bb74-4e12870a309c-21830058258_thumb250.jpg",
    "song": "Out My Mind, Just in Time",
    "track_id": "4dac41c8-3ab6-329c-b76d-6127cfcc44c5",
    "recording_id": "fede4949-132d-424b-929b-9d16f79c7bfb",
    "artist": "Erykah Badu",
    "artist_ids": [
        "321531fc-db73-4ffa-a959-61a61a2908c1"
    ],
    "album": "New Amerykah, Part Two (Return of the Ankh)",
    "release_id": "d202795c-829b-4684-bb74-4e12870a309c",
    "release_group_id": "e9e0e792-d5b2-49a6-b8a8-00d996b0a1a5",
    "labels": [
        "Universal Motown Republic Group",
        "Universal Motown"
    ],
    "label_ids": [
        "bbadeaa2-9db8-48db-a51c-0ce79bc349b6",
        "c5cf2442-0b01-4359-8f15-9fa2d830ae15"
    ],
    "release_date": "2010-03-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}