Information about plays

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

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

{
    "id": 3628616,
    "uri": "https://api.kexp.org/v2/plays/3628616/?format=api",
    "airdate": "2026-03-14T03:00:22-07:00",
    "show": 66175,
    "show_uri": "https://api.kexp.org/v2/shows/66175/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Woman You Want Her to Be",
    "track_id": "af940a78-e1c9-461d-8335-3d30e16ad4ed",
    "recording_id": "471ef1c6-b78a-476c-b50c-7f7db8b7fefb",
    "artist": "The Blow",
    "artist_ids": [
        "63b2d8f7-45d2-4b4e-8ffd-92cfcbc38688"
    ],
    "album": "Brand New Abyss",
    "release_id": "058de0fd-03ea-42ad-a570-635dfefb9399",
    "release_group_id": "80300228-6d10-4849-8712-5976e1394795",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2017-09-22",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}