Information about plays

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

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

{
    "id": 3542617,
    "uri": "https://api.kexp.org/v2/plays/3542617/?format=api",
    "airdate": "2025-08-20T20:41:03-07:00",
    "show": 64342,
    "show_uri": "https://api.kexp.org/v2/shows/64342/?format=api",
    "image_uri": "https://coverartarchive.org/release/9dff95d9-43fc-44fb-920e-a45c06c74816/36932291305-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9dff95d9-43fc-44fb-920e-a45c06c74816/36932291305-250.jpg",
    "song": "Invisible",
    "track_id": null,
    "recording_id": "477b7d66-eed6-4690-9ab6-846344d1799a",
    "artist": "The Groovy Nobody",
    "artist_ids": [
        "0b2ca52f-74bc-4279-9706-3c18925558ce"
    ],
    "album": "Solarium",
    "release_id": null,
    "release_group_id": "3ea59a83-a540-49bd-9fa2-4f4fea623b18",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2023-08-18",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle's The Groovy Nobody will be playing Freakout this year! https://www.freakoutrec.com/.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}