Information about plays

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

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

{
    "id": 3538169,
    "uri": "https://api.kexp.org/v2/plays/3538169/?format=api",
    "airdate": "2025-08-09T23:44:56-07:00",
    "show": 64248,
    "show_uri": "https://api.kexp.org/v2/shows/64248/?format=api",
    "image_uri": "https://coverartarchive.org/release/92492a06-4834-4819-9def-6cb19f473435/28797972563-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/92492a06-4834-4819-9def-6cb19f473435/28797972563-250.jpg",
    "song": "Red Tape",
    "track_id": null,
    "recording_id": "cb96b1d7-5360-41fd-a2c3-95f195d4f506",
    "artist": "Circle Jerks",
    "artist_ids": [
        "22995eba-1238-4b4f-a937-ac2c5767ab9f"
    ],
    "album": "Group Sex",
    "release_id": null,
    "release_group_id": "8f5c4731-688f-3612-b5fe-318842359579",
    "labels": [
        "Frontier"
    ],
    "label_ids": [],
    "release_date": "1980-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "For David in Fremont, Seattle\n\nCircle Jerks will be playing at the Temple Theater in Tacoma on October 3rd\n\nhttp://www.circlejerks.net/Shows/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}