Information about plays

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

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

{
    "id": 3641134,
    "uri": "https://api.kexp.org/v2/plays/3641134/?format=api",
    "airdate": "2026-04-12T09:29:14-07:00",
    "show": 66433,
    "show_uri": "https://api.kexp.org/v2/shows/66433/?format=api",
    "image_uri": "https://coverartarchive.org/release/2f8cba0b-c36e-44c6-9949-8bcaeca9b65b/32804212387-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2f8cba0b-c36e-44c6-9949-8bcaeca9b65b/32804212387-250.jpg",
    "song": "Exactly What I Needed",
    "track_id": null,
    "recording_id": "21af591e-10db-479c-bf8b-e67cade059b0",
    "artist": "Michael Rault",
    "artist_ids": [
        "48b30961-f656-4dc8-a100-60404311b606"
    ],
    "album": "Michael Rault",
    "release_id": null,
    "release_group_id": "f964ad10-1a24-4010-a708-ad28e529b9c3",
    "labels": [
        "Wick Records"
    ],
    "label_ids": [
        "2b1b25ee-c923-4cb9-86e1-3c4dad394ce5"
    ],
    "release_date": "2022-06-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Montreal musician recorded this album during the winter after ending a tour, a relationship, and a management deal.\nhttps://michaelrault.bandcamp.com/album/michael-rault",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}