Information about plays

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

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

{
    "id": 3617137,
    "uri": "https://api.kexp.org/v2/plays/3617137/?format=api",
    "airdate": "2026-02-13T22:24:38-08:00",
    "show": 65926,
    "show_uri": "https://api.kexp.org/v2/shows/65926/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Four Elements",
    "track_id": "de46088d-18d0-3fd9-86f5-0af970e536ba",
    "recording_id": "716361f3-874f-4a8b-97af-98404aacff4a",
    "artist": "Looptroop Rockers",
    "artist_ids": [
        "64968147-b61a-4954-a5d6-1d4d903be99d"
    ],
    "album": "Revenge of the B-Boy",
    "release_id": "c1f7ce6a-a397-4510-b1a2-b4636fca1d2b",
    "release_group_id": "9cd3f2db-20d4-3aca-a233-ca97e8bc1c3d",
    "labels": [
        "Bomb Hip-Hop Records"
    ],
    "label_ids": [
        "8c797059-fe70-4570-88df-5bd877806992"
    ],
    "release_date": "1999-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}