Information about plays

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

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

{
    "id": 3648502,
    "uri": "https://api.kexp.org/v2/plays/3648502/?format=api",
    "airdate": "2026-04-30T01:37:17-07:00",
    "show": 66587,
    "show_uri": "https://api.kexp.org/v2/shows/66587/?format=api",
    "image_uri": "https://coverartarchive.org/release/3b7ed8a0-fdcd-466a-a8af-6ecb10d5dabb/11557826747-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3b7ed8a0-fdcd-466a-a8af-6ecb10d5dabb/11557826747-250.jpg",
    "song": "Runnin in 7's (For Big Chief Donald Harrison Sr.)",
    "track_id": null,
    "recording_id": "b13399ba-562d-435f-b44e-000691889730",
    "artist": "Christian Scott aTunde Adjuah",
    "artist_ids": [
        "29b9d080-7de7-4608-8a50-57274a611bdd"
    ],
    "album": "Stretch Music",
    "release_id": null,
    "release_group_id": "bdffc742-54fd-4c70-b442-d9fc5063c029",
    "labels": [
        "Stretch Music"
    ],
    "label_ids": [
        "697cd34c-2fc2-46c7-b32e-013db15b1fb3"
    ],
    "release_date": "2015-09-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}