Information about plays

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

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

{
    "id": 3552368,
    "uri": "https://api.kexp.org/v2/plays/3552368/?format=api",
    "airdate": "2025-09-13T04:40:43-07:00",
    "show": 64547,
    "show_uri": "https://api.kexp.org/v2/shows/64547/?format=api",
    "image_uri": "https://ia801907.us.archive.org/13/items/mbid-3258895f-31dc-487a-8f24-70db12d06728/mbid-3258895f-31dc-487a-8f24-70db12d06728-9042275806_thumb500.jpg",
    "thumbnail_uri": "https://ia801907.us.archive.org/13/items/mbid-3258895f-31dc-487a-8f24-70db12d06728/mbid-3258895f-31dc-487a-8f24-70db12d06728-9042275806_thumb250.jpg",
    "song": "Freaks! Freaks!",
    "track_id": "d36b0182-19fc-4e39-b290-c1bdf1636001",
    "recording_id": "3165c3c1-335a-4d29-ade5-b7eba62398d2",
    "artist": "Pigeon John feat. DJ Rhettmatic",
    "artist_ids": [
        "f97e6411-d153-4edb-952a-8a7c4bf12e31",
        "31824f36-753f-41a2-b191-8b38b7dca273"
    ],
    "album": "Pigeon John and the Summertime Pool Party",
    "release_id": "45111caf-763d-42ca-ab53-8b65c3597620",
    "release_group_id": "be42104f-0b4a-3e14-b947-d86b3638682e",
    "labels": [
        "Jam"
    ],
    "label_ids": [
        "1732f52a-4f43-44f0-86a0-253aba2c2ab3"
    ],
    "release_date": "2006-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}