Information about plays

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

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

{
    "id": 3639688,
    "uri": "https://api.kexp.org/v2/plays/3639688/?format=api",
    "airdate": "2026-04-09T02:17:04-07:00",
    "show": 66404,
    "show_uri": "https://api.kexp.org/v2/shows/66404/?format=api",
    "image_uri": "https://coverartarchive.org/release/e093373e-e05a-497c-ab50-747be6cb5fc8/34133019090-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e093373e-e05a-497c-ab50-747be6cb5fc8/34133019090-250.jpg",
    "song": "Spanish Hustle",
    "track_id": null,
    "recording_id": "e090befa-ad67-4ad6-90f9-3f43a9d0ff8f",
    "artist": "Fatback Band",
    "artist_ids": [
        "a7290418-82e2-4016-abf4-3fd3e7db926f"
    ],
    "album": "Raising Hell",
    "release_id": null,
    "release_group_id": "ceeb7dd6-d7d3-3cb5-9b53-721e13b41f71",
    "labels": [
        "Southbound"
    ],
    "label_ids": [
        "1e16a98b-90a4-495b-99bd-9fd4a9281568"
    ],
    "release_date": "1975-12-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}