Information about plays

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

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

{
    "id": 3622962,
    "uri": "https://api.kexp.org/v2/plays/3622962/?format=api",
    "airdate": "2026-02-27T10:38:50-08:00",
    "show": 66043,
    "show_uri": "https://api.kexp.org/v2/shows/66043/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Made Believe",
    "track_id": "c700261e-b6f6-4c11-9aee-a99bc5c0e66c",
    "recording_id": "03a2aa78-7aba-4ca8-8b36-3b1405ef5aca",
    "artist": "Who Knew",
    "artist_ids": [
        "820e8189-a6a4-4b3e-8e81-bf8d4820d21f"
    ],
    "album": "Bits and Pieces of a Major Spectacle",
    "release_id": "b6870286-746d-49f7-a09f-8a85e2537a80",
    "release_group_id": "dce169fa-d78f-47b5-8bd3-89a2404f7a2c",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2010-05-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Icelandic band Who Knew played Live on KEXP for Iceland Airwaves back in 2011! Enjoy video from that session here: https://www.youtube.com/watch?v=EN-lh9BT214",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}