Information about plays

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

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

{
    "id": 3584561,
    "uri": "https://api.kexp.org/v2/plays/3584561/?format=api",
    "airdate": "2025-11-29T15:04:29-08:00",
    "show": 65243,
    "show_uri": "https://api.kexp.org/v2/shows/65243/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Suitor",
    "track_id": null,
    "recording_id": "0da4fd03-8e93-40e7-b333-bbf20fe67f72",
    "artist": "Boy Harsher",
    "artist_ids": [
        "6dc9bc09-a0c7-40f9-b491-f90845927533"
    ],
    "album": "Yr Body Is Nothing",
    "release_id": null,
    "release_group_id": "9325a9ab-1f2f-477b-8c8c-5a585c797f0f",
    "labels": [
        "Nude Club"
    ],
    "label_ids": [
        "f7eb769a-6001-479a-959a-75789ec6258a"
    ],
    "release_date": "2016-06-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Boy Harsher just announced they are writing and directing a feature film! https://pitchfork.com/news/fka-twigs-sturgill-simpson-bonnie-prince-billy-to-star-in-new-movie-the-lonely-woman/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}