Information about plays

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

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

{
    "id": 3608922,
    "uri": "https://api.kexp.org/v2/plays/3608922/?format=api",
    "airdate": "2026-01-25T10:18:58-08:00",
    "show": 65751,
    "show_uri": "https://api.kexp.org/v2/shows/65751/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stop and Start",
    "track_id": null,
    "recording_id": "1750feee-3a99-46bb-b099-7ee35591998f",
    "artist": "The Sadies",
    "artist_ids": [
        "72f7495f-d40f-4c96-93bb-7fe1c9b23cbb"
    ],
    "album": "Colder Streams",
    "release_id": null,
    "release_group_id": "2af2b39b-40fa-4e6d-9290-c07f57b94a36",
    "labels": [
        "Yep Roc Records"
    ],
    "label_ids": [
        "1edc2ff4-e80d-4539-8c6a-749474f7db3a"
    ],
    "release_date": "2022-07-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dallas Good wrote an anti-bio for this record before his passing and its release, tongue in cheek calling it \"the best record written by anyone ever.\"\nhttps://thesadies.bandcamp.com/album/colder-streams",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}