Information about plays

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

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

{
    "id": 3620389,
    "uri": "https://api.kexp.org/v2/plays/3620389/?format=api",
    "airdate": "2026-02-21T15:00:51-08:00",
    "show": 65993,
    "show_uri": "https://api.kexp.org/v2/shows/65993/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Good Dancers",
    "track_id": "47799981-bb13-3109-8319-040f0c0ec12f",
    "recording_id": "16b81282-b154-45bd-b346-056e1f994aca",
    "artist": "The Sleepy Jackson",
    "artist_ids": [
        "87220a16-c8f0-4d68-a58e-1bae5c67c7d2"
    ],
    "album": "Lovers",
    "release_id": "058638e7-1deb-4a03-8327-6d57ea052cd3",
    "release_group_id": "55dc98a7-e9ee-3943-b787-c38f90d2a734",
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "2003-07-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Sleepy Jackson are an Australian alternative rock band formed in Perth, Western Australia. The band's name was inspired by a former drummer who was narcoleptic. \nhttp://thesleepyjackson.com/\nhttps://www.youtube.com/watch?v=8yeBTYyIylE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}