Information about plays

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

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

{
    "id": 3600408,
    "uri": "https://api.kexp.org/v2/plays/3600408/?format=api",
    "airdate": "2026-01-05T02:07:44-08:00",
    "show": 65567,
    "show_uri": "https://api.kexp.org/v2/shows/65567/?format=api",
    "image_uri": "https://coverartarchive.org/release/8650325f-13a4-4638-8d82-b6fcb6d9efc3/20137648428-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8650325f-13a4-4638-8d82-b6fcb6d9efc3/20137648428-250.jpg",
    "song": "Highway 46",
    "track_id": null,
    "recording_id": "aceff70c-57c1-4ce9-bb63-c6f1f9ed883b",
    "artist": "Kiefer",
    "artist_ids": [
        "a2252be6-2f4f-40d2-a54d-da93c9dfb649"
    ],
    "album": "Happysad",
    "release_id": null,
    "release_group_id": "eacf2087-abe3-4ad6-b8ab-ba9d6090276f",
    "labels": [
        "Stones Throw Records"
    ],
    "label_ids": [
        "f1b83107-23e5-41a3-ab1b-2a36965cf77b"
    ],
    "release_date": "2018-06-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kiefer is a L.A. based musician who mixes the worlds of hip hop & jazz with his unique J Dilla inspired style of production with modern jazz chops",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}