Information about plays

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

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

{
    "id": 3543077,
    "uri": "https://api.kexp.org/v2/plays/3543077/?format=api",
    "airdate": "2025-08-21T23:17:46-07:00",
    "show": 64351,
    "show_uri": "https://api.kexp.org/v2/shows/64351/?format=api",
    "image_uri": "https://coverartarchive.org/release/03191705-b257-4967-894e-daf3abac074f/27257239609-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/03191705-b257-4967-894e-daf3abac074f/27257239609-250.jpg",
    "song": "Diamond Girl",
    "track_id": null,
    "recording_id": "7784ddd7-7679-4454-a615-94a3f8f158cd",
    "artist": "Seals & Crofts",
    "artist_ids": [
        "b0633a9d-b576-4d7c-bb26-e4c6ed2728a9"
    ],
    "album": "Diamond Girl",
    "release_id": null,
    "release_group_id": "0fcb7e91-01f2-3eba-b721-1e93a9e7f2d9",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1973-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}