Information about plays

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

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

{
    "id": 3574506,
    "uri": "https://api.kexp.org/v2/plays/3574506/?format=api",
    "airdate": "2025-11-06T00:04:56-08:00",
    "show": 65033,
    "show_uri": "https://api.kexp.org/v2/shows/65033/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "More Suicides Please",
    "track_id": null,
    "recording_id": "ef6d49ee-b2d0-4767-874f-fe53e8f286dd",
    "artist": "The Thought Criminals",
    "artist_ids": [
        "09eea5cc-26bd-4db8-9521-79474e03473e"
    ],
    "album": "Food for Thoughtcrimes",
    "release_id": null,
    "release_group_id": "fb081387-f7b9-3212-86b3-82ed54edd693",
    "labels": [
        "Doublethink"
    ],
    "label_ids": [
        "855f19d6-4ef4-48cd-b226-73dc3db5b61a"
    ],
    "release_date": "1978-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}