Information about plays

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

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

{
    "id": 3561425,
    "uri": "https://api.kexp.org/v2/plays/3561425/?format=api",
    "airdate": "2025-10-04T23:11:28-07:00",
    "show": 64748,
    "show_uri": "https://api.kexp.org/v2/shows/64748/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pottsville River",
    "track_id": null,
    "recording_id": null,
    "artist": "Mini Skirt",
    "artist_ids": [
        "5e7e38eb-6f83-46bf-982d-bd3c3038844f"
    ],
    "album": "All that We Know",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Bad Vibrations Records"
    ],
    "label_ids": [
        "c8998a87-1e8e-4870-9f2a-d3d41e246fb4"
    ],
    "release_date": "2025-11-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Five long years since their debut album 'Casino' snuck into the ears of punk enthusiasts around the world, Byron Bay's Mini Skirt’s second full length album, 'All That We Know', is now ready to hurl at the world.\n\nhttps://miniskirt666.bandcamp.com/album/all-that-we-know",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}