Information about plays

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

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

{
    "id": 3634138,
    "uri": "https://api.kexp.org/v2/plays/3634138/?format=api",
    "airdate": "2026-03-27T04:35:16-07:00",
    "show": 66289,
    "show_uri": "https://api.kexp.org/v2/shows/66289/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hit 'em",
    "track_id": null,
    "recording_id": "43d932bd-d0f2-4fb3-8d0a-1896d5037525",
    "artist": "Zion I & The Grouch",
    "artist_ids": [
        "85823097-9e6c-4876-a04a-8a761a477992",
        "1de167f5-7bec-4371-9029-a45a7332b792"
    ],
    "album": "Hit 'em",
    "release_id": null,
    "release_group_id": "8cda2ad5-1e07-429e-a7cc-9cb3454a076a",
    "labels": [
        "Om Records"
    ],
    "label_ids": [
        "3a3876c3-a364-4cdd-91df-2d4c10f36cea"
    ],
    "release_date": "2008-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Zion I producer Amp Live produced Goapele's \"Closer\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}