Information about plays

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

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

{
    "id": 3624202,
    "uri": "https://api.kexp.org/v2/plays/3624202/?format=api",
    "airdate": "2026-03-02T00:02:18-08:00",
    "show": 66067,
    "show_uri": "https://api.kexp.org/v2/shows/66067/?format=api",
    "image_uri": "https://coverartarchive.org/release/dfb75c30-1f72-4e71-910a-13b270ef13a7/41784191297-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/dfb75c30-1f72-4e71-910a-13b270ef13a7/41784191297-250.jpg",
    "song": "Star of Hope",
    "track_id": null,
    "recording_id": "c2b7c322-c1cb-4d1b-ad92-e178e5b82f3f",
    "artist": "William Tyler",
    "artist_ids": [
        "37e374de-ed4a-4bab-97ac-b6520971b0ed"
    ],
    "album": "Time Indefinite",
    "release_id": null,
    "release_group_id": "8d6fab0d-0bb6-4d16-be04-224b55f2bc69",
    "labels": [
        "Psychic Hotline"
    ],
    "label_ids": [
        "2589a508-4fa8-4bbd-a2ac-fef51c7abfc1"
    ],
    "release_date": "2025-04-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}