Information about plays

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

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

{
    "id": 3543523,
    "uri": "https://api.kexp.org/v2/plays/3543523/?format=api",
    "airdate": "2025-08-22T23:54:05-07:00",
    "show": 64359,
    "show_uri": "https://api.kexp.org/v2/shows/64359/?format=api",
    "image_uri": "https://coverartarchive.org/release/195864e3-4abf-3617-9407-e7daee6c5739/12451210446-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/195864e3-4abf-3617-9407-e7daee6c5739/12451210446-250.jpg",
    "song": "Fight the Power (soundtrack version)",
    "track_id": null,
    "recording_id": "294ef07f-2923-48cb-81c9-da876f9ea949",
    "artist": "Public Enemy",
    "artist_ids": [
        "bf2e15d0-4b77-469e-bfb4-f8414415baca"
    ],
    "album": "Do the Right Thing",
    "release_id": null,
    "release_group_id": "e9399b8a-8c16-3316-b044-d6f313c0f8ac",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1989-05-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}