Information about plays

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

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

{
    "id": 3656631,
    "uri": "https://api.kexp.org/v2/plays/3656631/?format=api",
    "airdate": "2026-05-19T01:56:45-07:00",
    "show": 66756,
    "show_uri": "https://api.kexp.org/v2/shows/66756/?format=api",
    "image_uri": "https://coverartarchive.org/release/a2bb7e6b-1f35-4e06-b250-a3d5dc1e2f4b/43129519033-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a2bb7e6b-1f35-4e06-b250-a3d5dc1e2f4b/43129519033-250.jpg",
    "song": "Ballet Flat$ On The Ga$ Pedal",
    "track_id": null,
    "recording_id": "5bf47c08-777d-4e59-8872-7ab2c2944989",
    "artist": "Cowgirl Clue",
    "artist_ids": [
        "e64251ab-e341-4446-92c2-4a1733d30d1b"
    ],
    "album": "Total Freedom",
    "release_id": null,
    "release_group_id": "27e91b93-c84f-4e95-b5b8-892116b70047",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-09-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Album came out last year but just saw this video -- https://www.youtube.com/watch?v=EwR5UJIsyGA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}