Information about plays

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

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

{
    "id": 3638491,
    "uri": "https://api.kexp.org/v2/plays/3638491/?format=api",
    "airdate": "2026-04-06T04:37:17-07:00",
    "show": 66380,
    "show_uri": "https://api.kexp.org/v2/shows/66380/?format=api",
    "image_uri": "https://coverartarchive.org/release/3bb79800-0644-4e8d-8274-0775a74de3ad/3302404966-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3bb79800-0644-4e8d-8274-0775a74de3ad/3302404966-250.jpg",
    "song": "Baltihorse",
    "track_id": null,
    "recording_id": "901c8469-bc13-4f4b-861d-acf52e7d4240",
    "artist": "Dan Deacon",
    "artist_ids": [
        "8dd73d1a-0424-4581-af8c-ade3edb44c5a"
    ],
    "album": "Bromst",
    "release_id": null,
    "release_group_id": "3c942d90-a3ef-35e4-a09f-508fc64c9f80",
    "labels": [
        "Carpark"
    ],
    "label_ids": [],
    "release_date": "2009-03-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "~ Wham City ~",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}