Information about plays

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

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

{
    "id": 3623004,
    "uri": "https://api.kexp.org/v2/plays/3623004/?format=api",
    "airdate": "2026-02-27T13:21:30-08:00",
    "show": 66044,
    "show_uri": "https://api.kexp.org/v2/shows/66044/?format=api",
    "image_uri": "https://coverartarchive.org/release/5a3f7000-cbb3-43a9-80a6-5af38822e69b/11389531517-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5a3f7000-cbb3-43a9-80a6-5af38822e69b/11389531517-250.jpg",
    "song": "Closer",
    "track_id": null,
    "recording_id": "d520b78a-e104-432b-b9de-07efc649143f",
    "artist": "Goapele",
    "artist_ids": [
        "fc272874-7f58-40ab-979c-1a1250f365f1"
    ],
    "album": "Change It All",
    "release_id": null,
    "release_group_id": "f404e8a1-e5fe-3d7e-a003-516574404185",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2005-12-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://goapele.bandcamp.com/album/change-it-all",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}