Information about plays

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

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

{
    "id": 3553826,
    "uri": "https://api.kexp.org/v2/plays/3553826/?format=api",
    "airdate": "2025-09-16T15:56:45-07:00",
    "show": 64579,
    "show_uri": "https://api.kexp.org/v2/shows/64579/?format=api",
    "image_uri": "https://coverartarchive.org/release/e500140a-1871-449a-8355-c4c36170bf6b/18833210856-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e500140a-1871-449a-8355-c4c36170bf6b/18833210856-250.jpg",
    "song": "Silly Millameter",
    "track_id": null,
    "recording_id": "8cd8f9c3-d3da-498d-979f-750f0e41b531",
    "artist": "George Clinton",
    "artist_ids": [
        "84683370-5eae-418b-acd8-883ac028a8a0"
    ],
    "album": "You Shouldn't-nuf Bit Fish",
    "release_id": null,
    "release_group_id": "42c1b2e7-b15e-3aaa-bab7-5c5c2a0e9305",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1983-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Tammy!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}