Information about plays

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

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

{
    "id": 3555010,
    "uri": "https://api.kexp.org/v2/plays/3555010/?format=api",
    "airdate": "2025-09-19T13:07:21-07:00",
    "show": 64603,
    "show_uri": "https://api.kexp.org/v2/shows/64603/?format=api",
    "image_uri": "https://ia801708.us.archive.org/28/items/mbid-ce31338c-30ef-4be3-b3e2-818a1f7b402a/mbid-ce31338c-30ef-4be3-b3e2-818a1f7b402a-8867574318_thumb500.jpg",
    "thumbnail_uri": "https://ia601708.us.archive.org/28/items/mbid-ce31338c-30ef-4be3-b3e2-818a1f7b402a/mbid-ce31338c-30ef-4be3-b3e2-818a1f7b402a-8867574318_thumb250.jpg",
    "song": "Gotta Do What I Gotta Do",
    "track_id": "51857ff2-309b-3df8-a131-078bb8314a6b",
    "recording_id": "ae189f09-c799-4803-91a0-50ebcbd3aac1",
    "artist": "Public Enemy",
    "artist_ids": [
        "bf2e15d0-4b77-469e-bfb4-f8414415baca"
    ],
    "album": "Trespass",
    "release_id": "ce31338c-30ef-4be3-b3e2-818a1f7b402a",
    "release_group_id": "de75e65e-d88f-3962-8c72-a0cd72a9777b",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Do watcha gotta do this Friday! Welcome to The Afternoon Show",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}