Information about plays

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

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

{
    "id": 3549536,
    "uri": "https://api.kexp.org/v2/plays/3549536/?format=api",
    "airdate": "2025-09-06T06:22:25-07:00",
    "show": 64488,
    "show_uri": "https://api.kexp.org/v2/shows/64488/?format=api",
    "image_uri": "https://coverartarchive.org/release/33ec44e0-f7ab-4382-8efc-9a2bd866f6a8/37726718137-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/33ec44e0-f7ab-4382-8efc-9a2bd866f6a8/37726718137-250.jpg",
    "song": "Last Night",
    "track_id": null,
    "recording_id": "d84645d0-92ac-4f7e-a392-72d35e4b03f7",
    "artist": "Roller Derby",
    "artist_ids": [
        "bec475fb-b10e-47ef-a01d-1ad82e843a8d"
    ],
    "album": "When The Night Comes",
    "release_id": null,
    "release_group_id": "8c52392b-36e3-4c4b-abbd-a89da03d62c5",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-02-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}