Information about plays

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

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

{
    "id": 3597678,
    "uri": "https://api.kexp.org/v2/plays/3597678/?format=api",
    "airdate": "2025-12-29T17:26:59-08:00",
    "show": 65509,
    "show_uri": "https://api.kexp.org/v2/shows/65509/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Affirmations (Dennis Ferrer Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Girls of the Internet & Anelisa Lamola",
    "artist_ids": [
        "11c3823e-91d0-4c68-8051-9cd55728ad8b",
        "f8759e9e-746b-4a30-a9b8-9307f6b781d0"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Classic Music Company"
    ],
    "label_ids": [
        "c0c4b8e7-b427-4a44-aaea-b3bbc1287290"
    ],
    "release_date": "2025-07-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://drabqueen.bandcamp.com/album/affirmations-dennis-ferrer-extended-remix",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}