Information about plays

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

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

{
    "id": 3558253,
    "uri": "https://api.kexp.org/v2/plays/3558253/?format=api",
    "airdate": "2025-09-27T06:15:39-07:00",
    "show": 64673,
    "show_uri": "https://api.kexp.org/v2/shows/64673/?format=api",
    "image_uri": "https://coverartarchive.org/release/2807fd5a-9519-4178-aaa4-535a9fc279b8/37243265492-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2807fd5a-9519-4178-aaa4-535a9fc279b8/37243265492-250.jpg",
    "song": "Society",
    "track_id": null,
    "recording_id": "3543a0c0-2b63-4707-9c84-9a4e0059d39a",
    "artist": "Pathetic",
    "artist_ids": [
        "f054952f-a19e-41ae-af54-0544be738ae0"
    ],
    "album": "Society",
    "release_id": null,
    "release_group_id": "85c845c2-b746-4533-91e7-231052f49c72",
    "labels": [
        "Compressed Thought"
    ],
    "label_ids": [],
    "release_date": "2022-02-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}