Information about plays

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

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

{
    "id": 3603114,
    "uri": "https://api.kexp.org/v2/plays/3603114/?format=api",
    "airdate": "2026-01-11T15:27:28-08:00",
    "show": 65624,
    "show_uri": "https://api.kexp.org/v2/shows/65624/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jazzie's Groove",
    "track_id": "e8dc4606-02a1-4a95-b13b-fc0f403067fa",
    "recording_id": "613e115f-690f-43a9-bbbb-556ca10dd6a3",
    "artist": "Soul II Soul",
    "artist_ids": [
        "9350241a-d698-4489-92bf-41794f383ff3"
    ],
    "album": "Classic Masters",
    "release_id": "44e525ab-0087-4fb3-9325-fe69335aa6fc",
    "release_group_id": "0f222296-b0d9-43db-99c1-086b9611b384",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "2003-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Chemical Brothers \"Setting Sun\" samples from this track!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}