Information about plays

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

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

{
    "id": 3572362,
    "uri": "https://api.kexp.org/v2/plays/3572362/?format=api",
    "airdate": "2025-10-31T22:14:11-07:00",
    "show": 64987,
    "show_uri": "https://api.kexp.org/v2/shows/64987/?format=api",
    "image_uri": "https://coverartarchive.org/release/fefe18de-bbdc-4191-bf0b-e8a3644386b6/38786439370-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fefe18de-bbdc-4191-bf0b-e8a3644386b6/38786439370-250.jpg",
    "song": "BOA",
    "track_id": null,
    "recording_id": "25b59fd4-ccf4-44b7-bc9f-266cabf28075",
    "artist": "Megan Thee Stallion",
    "artist_ids": [
        "ee27b2d8-648c-4a9d-a68c-e55066959975"
    ],
    "album": "BOA",
    "release_id": null,
    "release_group_id": "fbfc3b2d-9011-4864-b59d-fe941590824e",
    "labels": [
        "Hot Girl Productions"
    ],
    "label_ids": [
        "ec03f436-bcb2-4b2b-912e-36b4fc233ef3"
    ],
    "release_date": "2024-05-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}