Information about plays

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

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

{
    "id": 3619705,
    "uri": "https://api.kexp.org/v2/plays/3619705/?format=api",
    "airdate": "2026-02-19T23:37:43-08:00",
    "show": 65978,
    "show_uri": "https://api.kexp.org/v2/shows/65978/?format=api",
    "image_uri": "https://coverartarchive.org/release/0ec18ba7-1c97-433e-a5eb-99aa85b6e05e/1424807751-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0ec18ba7-1c97-433e-a5eb-99aa85b6e05e/1424807751-250.jpg",
    "song": "Makeda",
    "track_id": null,
    "recording_id": "b421c126-086c-448a-81b9-bbdae31a4ba4",
    "artist": "Les Nubians",
    "artist_ids": [
        "5ca67d4f-d909-4cb7-9f43-89f8b4cf7e95"
    ],
    "album": "Makeda",
    "release_id": null,
    "release_group_id": "42e2b1cb-69c9-48a5-b633-33e8e72f9c59",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "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"
}