Information about plays

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

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

{
    "id": 3648511,
    "uri": "https://api.kexp.org/v2/plays/3648511/?format=api",
    "airdate": "2026-04-30T02:14:00-07:00",
    "show": 66587,
    "show_uri": "https://api.kexp.org/v2/shows/66587/?format=api",
    "image_uri": "https://coverartarchive.org/release/02a9ee58-5d87-481c-921b-896c5dd7d99e/44684405496-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/02a9ee58-5d87-481c-921b-896c5dd7d99e/44684405496-250.jpg",
    "song": "Let the Light In",
    "track_id": null,
    "recording_id": "98c4b32f-cc62-4b2f-8e71-93feb9a7b477",
    "artist": "Kareem Ali",
    "artist_ids": [
        "30e46d35-274b-41e3-8559-75b21e69c042"
    ],
    "album": "The Essence",
    "release_id": null,
    "release_group_id": "0881803f-0b61-4df1-952d-a6aac960a9f2",
    "labels": [
        "CosmoFlux Recordings"
    ],
    "label_ids": [
        "7706c788-da89-4ea7-a25a-fba1405a67d4"
    ],
    "release_date": "2026-03-23",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}