Information about plays

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

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

{
    "id": 3530006,
    "uri": "https://api.kexp.org/v2/plays/3530006/?format=api",
    "airdate": "2025-07-21T18:03:16-07:00",
    "show": 64077,
    "show_uri": "https://api.kexp.org/v2/shows/64077/?format=api",
    "image_uri": "https://coverartarchive.org/release/e68fde37-22b9-4e8a-a441-a95bed0fa4ed/41989053804-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e68fde37-22b9-4e8a-a441-a95bed0fa4ed/41989053804-250.jpg",
    "song": "Itsoweezie",
    "track_id": null,
    "recording_id": null,
    "artist": "De La Soul",
    "artist_ids": [
        "a8ebde98-7e91-46c7-992c-90039ba42017"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Rhymesayers Entertainment"
    ],
    "label_ids": [
        "d8d53751-d146-41dc-a95b-58332e41e03f"
    ],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}