Information about plays

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

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

{
    "id": 3549899,
    "uri": "https://api.kexp.org/v2/plays/3549899/?format=api",
    "airdate": "2025-09-07T04:22:19-07:00",
    "show": 64497,
    "show_uri": "https://api.kexp.org/v2/shows/64497/?format=api",
    "image_uri": "https://coverartarchive.org/release/31b6c2c2-b42a-4415-b048-561f18908850/4516703579-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/31b6c2c2-b42a-4415-b048-561f18908850/4516703579-250.jpg",
    "song": "Roberta Jean Machine",
    "track_id": null,
    "recording_id": "b879a30d-f546-41e0-9895-2549952e313a",
    "artist": "Moodymann",
    "artist_ids": [
        "17d69e72-9cf2-496f-aa64-ba238de2087e"
    ],
    "album": "Black Mahogani",
    "release_id": null,
    "release_group_id": "193aa626-7acc-3fad-a8d3-a87beba5066d",
    "labels": [
        "Peacefrog Records"
    ],
    "label_ids": [
        "7de44691-1303-468e-8e23-44cf95f9c647"
    ],
    "release_date": "2004-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}