Information about plays

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

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

{
    "id": 3601556,
    "uri": "https://api.kexp.org/v2/plays/3601556/?format=api",
    "airdate": "2026-01-07T21:30:25-08:00",
    "show": 65590,
    "show_uri": "https://api.kexp.org/v2/shows/65590/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Pale Horse in Roswell 1947",
    "track_id": null,
    "recording_id": "d73b7d84-0b94-435e-9333-cbde5da30b00",
    "artist": "Monde UFO",
    "artist_ids": [
        "5f947b5f-8ff2-425b-a88d-84c501e316a8"
    ],
    "album": "7171",
    "release_id": null,
    "release_group_id": "a14ee114-b004-44d9-82a6-7909c5410a9b",
    "labels": [
        "Fire Records"
    ],
    "label_ids": [
        "659008fb-d1e7-4eca-865c-0d0344a721ed"
    ],
    "release_date": "2021-10-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}