Information about plays

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

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

{
    "id": 3594499,
    "uri": "https://api.kexp.org/v2/plays/3594499/?format=api",
    "airdate": "2025-12-22T14:15:59-08:00",
    "show": 65449,
    "show_uri": "https://api.kexp.org/v2/shows/65449/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Santa's Watching You",
    "track_id": "42a610e1-9341-47b9-b838-432d201cdb0c",
    "recording_id": "d3e1725b-1b4f-4bbc-af96-ddb28f377da8",
    "artist": "Kelly Finnigan",
    "artist_ids": [
        "868bf8f7-f63a-4791-9fba-c439071ab491"
    ],
    "album": "A Joyful Sound",
    "release_id": "c117f4e1-989d-4173-876a-276e7eedb7fe",
    "release_group_id": "3e19ca33-eb42-4046-8627-ceeab6f3a4b7",
    "labels": [
        "Colemine Records"
    ],
    "label_ids": [
        "cfb1811d-1776-4c68-881e-112f83b59998"
    ],
    "release_date": "2020-11-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lead singer of The Monophonics, Kelly Finnigan, breaks off solo to bring us A Joyful Sound, released in 2020. \n\nhttps://kellyfinnigan.bandcamp.com/album/a-joyful-sound",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}