Information about plays

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

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

{
    "id": 3612150,
    "uri": "https://api.kexp.org/v2/plays/3612150/?format=api",
    "airdate": "2026-02-02T04:27:30-08:00",
    "show": 65819,
    "show_uri": "https://api.kexp.org/v2/shows/65819/?format=api",
    "image_uri": "https://coverartarchive.org/release/17d7ac00-4e42-406f-967b-eff81cd149c1/21612884309-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/17d7ac00-4e42-406f-967b-eff81cd149c1/21612884309-250.jpg",
    "song": "From a Whisper to a Scream",
    "track_id": null,
    "recording_id": "30a6ff95-def0-49c5-ba37-50209065b551",
    "artist": "Allen Toussaint",
    "artist_ids": [
        "ec21cced-2d22-4883-9ee3-f642e6e52f58"
    ],
    "album": "Toussaint",
    "release_id": null,
    "release_group_id": "3c54a960-5da7-4c68-8544-9236f0ee486c",
    "labels": [
        "Kent"
    ],
    "label_ids": [
        "38e5c668-806f-4d99-9fa7-e9f0a1d832cb"
    ],
    "release_date": "1970-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}