Information about plays

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

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

{
    "id": 3587813,
    "uri": "https://api.kexp.org/v2/plays/3587813/?format=api",
    "airdate": "2025-12-06T22:49:51-08:00",
    "show": 65309,
    "show_uri": "https://api.kexp.org/v2/shows/65309/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Conspiring the GO‐GO",
    "track_id": null,
    "recording_id": "26495c21-d61e-4346-9f89-96835a211067",
    "artist": "Antioch Arrow",
    "artist_ids": [
        "ce71c979-a6bf-4977-a597-df6ed0c4fdf4"
    ],
    "album": "The Lady Is a Cat",
    "release_id": null,
    "release_group_id": "5f2eda6b-6bc3-40bd-9c6e-7ae6657fd2f2",
    "labels": [
        "Gravity Records"
    ],
    "label_ids": [
        "2bbb9abc-4167-4a51-9a5b-be202fb5e80c"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}