Information about plays

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

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

{
    "id": 3560910,
    "uri": "https://api.kexp.org/v2/plays/3560910/?format=api",
    "airdate": "2025-10-03T16:24:07-07:00",
    "show": 64735,
    "show_uri": "https://api.kexp.org/v2/shows/64735/?format=api",
    "image_uri": "https://ia800202.us.archive.org/15/items/mbid-fc81822e-89fc-4f9e-9ac6-53f3c9b2e202/mbid-fc81822e-89fc-4f9e-9ac6-53f3c9b2e202-41572646601_thumb500.jpg",
    "thumbnail_uri": "https://ia600202.us.archive.org/15/items/mbid-fc81822e-89fc-4f9e-9ac6-53f3c9b2e202/mbid-fc81822e-89fc-4f9e-9ac6-53f3c9b2e202-41572646601_thumb250.jpg",
    "song": "Free",
    "track_id": "f90a34eb-f7c9-4e85-b094-4c2bbc85a04b",
    "recording_id": "d2aec729-b623-422b-8f2e-9219418b4552",
    "artist": "Little Simz",
    "artist_ids": [
        "3cdb40fe-a63e-4bb9-b40d-17cda5f50979"
    ],
    "album": "Free",
    "release_id": "fc81822e-89fc-4f9e-9ac6-53f3c9b2e202",
    "release_group_id": "e0b4bde8-01f1-4665-8d6d-1d5877b93126",
    "labels": [
        "AWAL Recordings Ltd"
    ],
    "label_ids": [
        "1a59ec10-ab09-450c-86ec-04f1796be3fd"
    ],
    "release_date": "2025-03-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing the Fox Theatre in Oakland on November 17th!\n\nLittle Simz performed Live on KEXP at Home back in 2021! Check out the performance here: https://www.youtube.com/watch?v=lz8pNa_YoMc\n\nhttps://littlesimz.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}