Information about plays

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

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

{
    "id": 3547748,
    "uri": "https://api.kexp.org/v2/plays/3547748/?format=api",
    "airdate": "2025-09-01T23:16:20-07:00",
    "show": 64450,
    "show_uri": "https://api.kexp.org/v2/shows/64450/?format=api",
    "image_uri": "https://coverartarchive.org/release/98510d9f-4338-4073-a07e-4431fd79d20e/41730754224-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/98510d9f-4338-4073-a07e-4431fd79d20e/41730754224-250.jpg",
    "song": "Hi Lo",
    "track_id": null,
    "recording_id": null,
    "artist": "Anthony Naples",
    "artist_ids": [
        "249649cb-390e-4169-80aa-8449ef43489b"
    ],
    "album": "Scanners",
    "release_id": null,
    "release_group_id": "01d4dbdd-0f58-4291-a3bf-5bb581289b1f",
    "labels": [
        "ANS"
    ],
    "label_ids": [
        "01abb62d-e829-47ee-96b2-62c1dc339d5f"
    ],
    "release_date": "2025-05-02",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Explode your head with NYC's Anthony Naples - https://anthonynaples.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}