Information about plays

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

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

{
    "id": 3569941,
    "uri": "https://api.kexp.org/v2/plays/3569941/?format=api",
    "airdate": "2025-10-25T20:39:18-07:00",
    "show": 64933,
    "show_uri": "https://api.kexp.org/v2/shows/64933/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Only Happy When It Rains",
    "track_id": null,
    "recording_id": "d2cb762c-0bfb-4f50-8e01-b715370211c8",
    "artist": "The Mars McClanes",
    "artist_ids": [
        "7308089b-7780-4a10-b53d-69e989363015"
    ],
    "album": "Only Happy When It Rains",
    "release_id": null,
    "release_group_id": "27b66996-11dc-4731-b9e1-63d3a2bd6e14",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2023-05-12",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Portland's The Mars McClanes covering Garbage's \"Only Happy When It Rains\"!\n\nhttps://www.youtube.com/watch?v=GpBFOJ3R0M4",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}