Information about plays

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

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

{
    "id": 3605804,
    "uri": "https://api.kexp.org/v2/plays/3605804/?format=api",
    "airdate": "2026-01-18T02:31:02-08:00",
    "show": 65681,
    "show_uri": "https://api.kexp.org/v2/shows/65681/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "There’s a Ghost in My House",
    "track_id": null,
    "recording_id": null,
    "artist": "The Damned",
    "artist_ids": [
        "77d21c13-846f-4f48-9546-873949eff6ae"
    ],
    "album": "There’s a Ghost in My House",
    "release_id": null,
    "release_group_id": "f9f3ea94-eed0-307d-97bd-a532ca6b0bec",
    "labels": [
        "earMUSIC"
    ],
    "label_ids": [
        "5a825cf8-ef82-4d01-9ac3-98e9175d62de"
    ],
    "release_date": "2025-10-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Official video: https://youtu.be/F2UpUl_hj4A?si=D8vF6hT2iatwSu4o",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}