Information about plays

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

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

{
    "id": 3616920,
    "uri": "https://api.kexp.org/v2/plays/3616920/?format=api",
    "airdate": "2026-02-13T09:18:18-08:00",
    "show": 65920,
    "show_uri": "https://api.kexp.org/v2/shows/65920/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Baba O’Riley",
    "track_id": "287a65e6-87d9-4bc4-b25a-5a2d091272ab",
    "recording_id": "8dd5e743-8115-48a4-96b3-df0c3a072b42",
    "artist": "Pearl Jam",
    "artist_ids": [
        "83b9cbe7-9857-49e2-ab8e-b57b01038103"
    ],
    "album": "2003-07-08: New York, NY",
    "release_id": "6da4f4c4-d4a0-4ac6-b613-2b3231f7a077",
    "release_group_id": "267c972b-dd7b-3056-907e-ed58863b8045",
    "labels": [
        "Pearl Jam Live P&D"
    ],
    "label_ids": [
        "60f4579d-0c88-4bb5-8655-eecca0a2bc4d"
    ],
    "release_date": "2020-12-17",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Oh, my...Pearl Jam covering The Who!\n--\nHere's that performance at Madison Square Garden in 2003: https://www.youtube.com/watch?v=TEAcQ-mhnmY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}