Information about plays

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

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

{
    "id": 3547300,
    "uri": "https://api.kexp.org/v2/plays/3547300/?format=api",
    "airdate": "2025-08-31T20:19:56-07:00",
    "show": 64439,
    "show_uri": "https://api.kexp.org/v2/shows/64439/?format=api",
    "image_uri": "https://coverartarchive.org/release/374b4e1b-d3ea-4fc3-acf7-1e9c74f7b94b/24373341819-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/374b4e1b-d3ea-4fc3-acf7-1e9c74f7b94b/24373341819-250.jpg",
    "song": "Don’t Blame Me",
    "track_id": null,
    "recording_id": "a3769eba-acd9-4cd4-84e9-797d50da4a94",
    "artist": "Patrice Rushen",
    "artist_ids": [
        "a247b1b8-8f47-4568-9a89-fa16b4a2b77f"
    ],
    "album": "Posh",
    "release_id": null,
    "release_group_id": "e538af58-a0ea-3ea4-84bd-a106b95f102a",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1980-11-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}