Information about plays

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

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

{
    "id": 3637909,
    "uri": "https://api.kexp.org/v2/plays/3637909/?format=api",
    "airdate": "2026-04-04T20:51:31-07:00",
    "show": 66368,
    "show_uri": "https://api.kexp.org/v2/shows/66368/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Belief and Imagination",
    "track_id": "24e7267e-507f-4568-81e7-ee90cc476455",
    "recording_id": "ce97b2b5-e6ff-4748-94ce-df7f4b1c597a",
    "artist": "Corinne Sharlet",
    "artist_ids": [
        "de7b5b4a-e963-416c-9cf0-b3fe20839219"
    ],
    "album": "Belief and Imagination",
    "release_id": "8492483d-e4db-4485-9345-c20a3a78a013",
    "release_group_id": "44b17812-34ec-4519-b9c4-a911f13fd73e",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2023-09-15",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "This is the title track from Portland based artist Corinne Sharlet's latest EP 'Belief and Imagination'. \n\nhttps://corinnesharlet.com/",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}