Information about plays

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

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

{
    "id": 3575733,
    "uri": "https://api.kexp.org/v2/plays/3575733/?format=api",
    "airdate": "2025-11-08T21:27:12-08:00",
    "show": 65060,
    "show_uri": "https://api.kexp.org/v2/shows/65060/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Weapon Factory",
    "track_id": null,
    "recording_id": "b8378278-75df-4f8b-907a-04381482fe0f",
    "artist": "Wards",
    "artist_ids": [
        "06a5beae-29fc-4547-a033-0f5c7fa87ce0"
    ],
    "album": "The World Ain't Pretty and Neither Are We",
    "release_id": null,
    "release_group_id": "bd3afe70-a964-301f-8976-826af5594fd8",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "1983-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out this old footage of Wards performing live.\n\nhttps://youtu.be/oXvMwGkRpEs\nhttps://bigheavyworld.bandcamp.com/track/weapon-factory",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}