Information about plays

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

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

{
    "id": 3604911,
    "uri": "https://api.kexp.org/v2/plays/3604911/?format=api",
    "airdate": "2026-01-16T02:30:54-08:00",
    "show": 65662,
    "show_uri": "https://api.kexp.org/v2/shows/65662/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Beat of the Day With Reggie Watts",
    "track_id": null,
    "recording_id": "77ee5e7f-7330-4d2e-a9e4-9f9fd823b8b0",
    "artist": "Yo Gabba Gabba & Reggie Watts",
    "artist_ids": [
        "fd649d06-c1bc-4c95-8c48-eb7b91726e65",
        "cf6a0510-b08c-4452-b28e-979fb57ff035"
    ],
    "album": "Yo Gabba GabbaLand! (Season 1) [Apple TV+ Original Series Soundtracks]",
    "release_id": null,
    "release_group_id": "690fb871-a692-4bd1-8d81-f7dc2d6369cd",
    "labels": [
        "BMG Rights Management (US) LLC"
    ],
    "label_ids": [
        "dc749573-11d7-4da4-a593-c08e692dee2d"
    ],
    "release_date": "2024-08-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}