Information about plays

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

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

{
    "id": 3572071,
    "uri": "https://api.kexp.org/v2/plays/3572071/?format=api",
    "airdate": "2025-10-31T03:56:40-07:00",
    "show": 64980,
    "show_uri": "https://api.kexp.org/v2/shows/64980/?format=api",
    "image_uri": "https://coverartarchive.org/release/047bd160-55ba-416f-968c-f734b8fd8289/43420086730-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/047bd160-55ba-416f-968c-f734b8fd8289/43420086730-250.jpg",
    "song": "Cosmic Cars",
    "track_id": null,
    "recording_id": "2196df95-1bc8-43fe-b5a3-6d3229dee7d1",
    "artist": "Cybotron",
    "artist_ids": [
        "cd1a3be7-a10b-499c-acdd-1defaea473f8"
    ],
    "album": "Cosmic Raindance",
    "release_id": null,
    "release_group_id": "92a5931a-d510-30d0-9c54-ea87aeae22fe",
    "labels": [
        "Fantasy"
    ],
    "label_ids": [
        "757acd4a-dade-433d-b754-53468f243220"
    ],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}