Information about plays

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

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

{
    "id": 3604497,
    "uri": "https://api.kexp.org/v2/plays/3604497/?format=api",
    "airdate": "2026-01-15T02:21:31-08:00",
    "show": 65654,
    "show_uri": "https://api.kexp.org/v2/shows/65654/?format=api",
    "image_uri": "https://coverartarchive.org/release/b5837880-78a3-4146-b981-b6848a894217/4422183818-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b5837880-78a3-4146-b981-b6848a894217/4422183818-250.jpg",
    "song": "Let the Funk Flow",
    "track_id": null,
    "recording_id": "a62da83c-b323-461c-870d-6ed5c830a0a0",
    "artist": "EPMD",
    "artist_ids": [
        "4fa39dc8-c695-4e0e-ba04-92c63d99c9f9"
    ],
    "album": "Strictly Business",
    "release_id": null,
    "release_group_id": "286f347f-1d36-318a-b29a-774dd5811270",
    "labels": [
        "Fresh Records"
    ],
    "label_ids": [
        "359cf724-2979-419d-af4c-680ca4a78c43"
    ],
    "release_date": "1988-06-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}