Information about plays

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

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

{
    "id": 3640924,
    "uri": "https://api.kexp.org/v2/plays/3640924/?format=api",
    "airdate": "2026-04-11T21:14:14-07:00",
    "show": 66429,
    "show_uri": "https://api.kexp.org/v2/shows/66429/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Record Sale",
    "track_id": null,
    "recording_id": "dc0b8206-4b41-40e3-bace-39626d96aa53",
    "artist": "The Meanies",
    "artist_ids": [
        "3cdc4cd7-daf8-4d4a-a6c4-460bc4b3e925"
    ],
    "album": "Televolution",
    "release_id": null,
    "release_group_id": "d5c5c4c7-443b-3ad4-93f5-4a9aecf949bf",
    "labels": [
        "Empty Records"
    ],
    "label_ids": [
        "268105e8-931e-42db-8f17-d2c0d0945a6e"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}