Information about plays

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

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

{
    "id": 3618388,
    "uri": "https://api.kexp.org/v2/plays/3618388/?format=api",
    "airdate": "2026-02-16T18:57:09-08:00",
    "show": 65952,
    "show_uri": "https://api.kexp.org/v2/shows/65952/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All I Need Is You",
    "track_id": null,
    "recording_id": "121de4c1-2435-419a-af4b-3e31400f15ae",
    "artist": "Salaam Remi feat. Claudette Ortiz",
    "artist_ids": [
        "9b5cec21-c18d-498c-afbd-67db0e80e8e9",
        "92505aee-ee8d-43fb-a151-e2b2eaf34c75"
    ],
    "album": "All I Need Is You",
    "release_id": null,
    "release_group_id": "b0896f07-9ed4-43c3-bb05-dba1ccc974fc",
    "labels": [
        "Louder Than Life"
    ],
    "label_ids": [
        "c41f0261-569e-4b7d-9c1f-23c667f7132e"
    ],
    "release_date": "2021-08-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}