Information about plays

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

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

{
    "id": 3589219,
    "uri": "https://api.kexp.org/v2/plays/3589219/?format=api",
    "airdate": "2025-12-10T05:29:51-08:00",
    "show": 65337,
    "show_uri": "https://api.kexp.org/v2/shows/65337/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Big Shake",
    "track_id": "b4f493e7-ec82-4b44-89ac-c79bd2d0d2db",
    "recording_id": "2acfdd5a-bdc1-4091-817d-95dab2f09477",
    "artist": "The Mary Onettes",
    "artist_ids": [
        "4bd3c8e2-bfbb-4d61-8fdf-891d672c28da"
    ],
    "album": "SWORN",
    "release_id": "53ef1977-735c-44af-bf39-3391ad689a5a",
    "release_group_id": "df6a30cb-46f9-4b8d-8f82-593671d4899f",
    "labels": [
        "Welfare Sounds & Records"
    ],
    "label_ids": [
        "6ed81223-2ec0-472c-bba4-127f664962f4"
    ],
    "release_date": "2025-11-14",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Swedish Dream-Pop band return with their 5th studio album SWORN. \n\nhttps://themaryonettes.bandcamp.com/album/sworn",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}