Information about plays

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

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

{
    "id": 3562508,
    "uri": "https://api.kexp.org/v2/plays/3562508/?format=api",
    "airdate": "2025-10-08T00:42:57-07:00",
    "show": 64775,
    "show_uri": "https://api.kexp.org/v2/shows/64775/?format=api",
    "image_uri": "https://dn710107.ca.archive.org/0/items/mbid-1dc5fa2f-6ad5-446a-afad-525e5bdf4d3c/mbid-1dc5fa2f-6ad5-446a-afad-525e5bdf4d3c-42774241722_thumb500.jpg",
    "thumbnail_uri": "https://dn710107.ca.archive.org/0/items/mbid-1dc5fa2f-6ad5-446a-afad-525e5bdf4d3c/mbid-1dc5fa2f-6ad5-446a-afad-525e5bdf4d3c-42774241722_thumb250.jpg",
    "song": "Someday, Forever",
    "track_id": "bf9e11f3-0851-415c-988c-5cffb9f19c96",
    "recording_id": "9267cabc-33db-44fb-aca7-08fa4823ef4d",
    "artist": "The Youth Play",
    "artist_ids": [
        "08c4ce07-63b6-4dc7-88cf-3e5b947cf8ec"
    ],
    "album": "someday, forever",
    "release_id": "1dc5fa2f-6ad5-446a-afad-525e5bdf4d3c",
    "release_group_id": "23046353-3239-49bd-a035-039bc3f4184c",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-08-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}