Information about plays

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

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

{
    "id": 3556103,
    "uri": "https://api.kexp.org/v2/plays/3556103/?format=api",
    "airdate": "2025-09-21T23:28:37-07:00",
    "show": 64627,
    "show_uri": "https://api.kexp.org/v2/shows/64627/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Spiritcatcher",
    "track_id": null,
    "recording_id": "a8b7677e-7a87-49a5-92b7-8b1f460fd3ac",
    "artist": "The Mod Wheel",
    "artist_ids": [
        "773904e6-ff89-455a-ac9d-032fccb7613b"
    ],
    "album": "Spiritcatcher",
    "release_id": null,
    "release_group_id": "44dc5e4a-caf8-37c5-8df0-2c5d75ccee50",
    "labels": [
        "Universal Language Productions Ltd."
    ],
    "label_ids": [
        "9878a9de-8070-4f33-8661-e6e43bd8e125"
    ],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}