Information about plays

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

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

{
    "id": 3571450,
    "uri": "https://api.kexp.org/v2/plays/3571450/?format=api",
    "airdate": "2025-10-29T15:12:22-07:00",
    "show": 64966,
    "show_uri": "https://api.kexp.org/v2/shows/64966/?format=api",
    "image_uri": "https://ia801405.us.archive.org/28/items/mbid-3bea9e42-b96d-443b-91f5-2d797d13221d/mbid-3bea9e42-b96d-443b-91f5-2d797d13221d-15940616196_thumb500.jpg",
    "thumbnail_uri": "https://ia601405.us.archive.org/28/items/mbid-3bea9e42-b96d-443b-91f5-2d797d13221d/mbid-3bea9e42-b96d-443b-91f5-2d797d13221d-15940616196_thumb250.jpg",
    "song": "Radio One",
    "track_id": "071c55af-0ead-3854-a3c6-4d90047ca842",
    "recording_id": "b7393241-1c64-4999-8c54-1fb3e2951ff0",
    "artist": "The Jimi Hendrix Experience",
    "artist_ids": [
        "33b3c323-77c2-417c-a5b4-af7e6a111cc9"
    ],
    "album": "BBC Sessions",
    "release_id": "3bea9e42-b96d-443b-91f5-2d797d13221d",
    "release_group_id": "0fedd687-bd5d-358d-be73-48d64df10dfd",
    "labels": [
        "Experience Hendrix"
    ],
    "label_ids": [
        "5677c51a-a6d3-4ce6-abab-d9699c46f5f4"
    ],
    "release_date": "1998-06-02",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "This very brief tune was featured on a posthumous live album, \"Radio One,\" recorded between February and December, 1967, for BBC Radio.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}