Information about plays

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

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

{
    "id": 3561587,
    "uri": "https://api.kexp.org/v2/plays/3561587/?format=api",
    "airdate": "2025-10-05T09:38:34-07:00",
    "show": 64753,
    "show_uri": "https://api.kexp.org/v2/shows/64753/?format=api",
    "image_uri": "https://coverartarchive.org/release/ad76d730-67fe-4904-9b4d-6166c4279d66/26451207897-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ad76d730-67fe-4904-9b4d-6166c4279d66/26451207897-250.jpg",
    "song": "Disco Stomp",
    "track_id": null,
    "recording_id": "bb589d1b-042e-40d7-9a8d-e147bd9ab22d",
    "artist": "Bohannon",
    "artist_ids": [
        "9f794f0c-e66a-4fe4-bf7c-2e263b21abc5"
    ],
    "album": "Insides Out",
    "release_id": null,
    "release_group_id": "324b1039-3f24-3b14-902b-6648d04156c6",
    "labels": [
        "Dakar"
    ],
    "label_ids": [],
    "release_date": "1975-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The leader and arranger of Bohannon & The Motown Sound who backed many a Motown act went solo after the label moved to L.A. This song was a bit hit in the U.K. and Jonny Marr credits it with influencing The Smiths’ song How Soon Is Now?",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}