Information about plays

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

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

{
    "id": 3552707,
    "uri": "https://api.kexp.org/v2/plays/3552707/?format=api",
    "airdate": "2025-09-13T21:57:45-07:00",
    "show": 64556,
    "show_uri": "https://api.kexp.org/v2/shows/64556/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Wanna Live",
    "track_id": null,
    "recording_id": null,
    "artist": "The Get-Arounds",
    "artist_ids": [
        "7144d978-169a-4b90-90ff-1d9375f4922f"
    ],
    "album": "I Wanna Live",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Bandcamp"
    ],
    "label_ids": [],
    "release_date": "2023-02-15",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Van BC\n\nhttps://thegetaroundsarenumber1.bandcamp.com/album/i-wanna-live\nhttps://www.facebook.com/TheGetAroundsAreNumber1",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}