Information about plays

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

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

{
    "id": 3521168,
    "uri": "https://api.kexp.org/v2/plays/3521168/?format=api",
    "airdate": "2025-07-01T11:14:17-07:00",
    "show": 63891,
    "show_uri": "https://api.kexp.org/v2/shows/63891/?format=api",
    "image_uri": "https://ia801908.us.archive.org/26/items/mbid-d8f7ac14-a4a8-4596-80f9-6c924b7bbb7c/mbid-d8f7ac14-a4a8-4596-80f9-6c924b7bbb7c-4553660286_thumb500.jpg",
    "thumbnail_uri": "https://ia601908.us.archive.org/26/items/mbid-d8f7ac14-a4a8-4596-80f9-6c924b7bbb7c/mbid-d8f7ac14-a4a8-4596-80f9-6c924b7bbb7c-4553660286_thumb250.jpg",
    "song": "Happy Birthday",
    "track_id": "2de94bd9-bb45-3265-bb7f-3cfd0886e259",
    "recording_id": "1dcb6766-6dbf-4c77-9f03-c61f5a4df9f8",
    "artist": "Altered Images",
    "artist_ids": [
        "318d3337-7ca5-49af-aa94-d95934717858"
    ],
    "album": "Happy Birthday",
    "release_id": "e6dbf614-2ebc-37d8-8e86-f135b6e5fbd2",
    "release_group_id": "fd4a5e22-f357-3795-a997-c514156eb667",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For everyone who has a July birthday!!\n--\nAltered Images were a Scottish new wave band, fronted by Clare Grogan. Their debut album, \"Happy Birthday,\" was produced by Steven Severin, bassist for Siouxsie and the Banshees.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}