Information about plays

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

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

{
    "id": 3598209,
    "uri": "https://api.kexp.org/v2/plays/3598209/?format=api",
    "airdate": "2025-12-30T23:34:48-08:00",
    "show": 65520,
    "show_uri": "https://api.kexp.org/v2/shows/65520/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "If You Dance Tonight",
    "track_id": null,
    "recording_id": "bc4e8ef9-803f-46d3-b0cb-81a8d5d54545",
    "artist": "T'Spoon",
    "artist_ids": [
        "61f7be5c-7c40-45d1-bfd7-309c2c150b30"
    ],
    "album": "If You Dance Tonight",
    "release_id": null,
    "release_group_id": "2a64f51f-414d-41a3-97f7-d3ec2992c7c3",
    "labels": [
        "Athens of the North"
    ],
    "label_ids": [
        "16bf0740-2194-457f-8efd-5ba6086a2b27"
    ],
    "release_date": "2016-05-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "T'Spoon released \"If You Dance Tonight\" as a b-side to \"Sweetness\" in 2016.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}