Information about plays

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

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

{
    "id": 3554041,
    "uri": "https://api.kexp.org/v2/plays/3554041/?format=api",
    "airdate": "2025-09-17T04:01:33-07:00",
    "show": 64583,
    "show_uri": "https://api.kexp.org/v2/shows/64583/?format=api",
    "image_uri": "https://ia801405.us.archive.org/28/items/mbid-3ac65b8c-d064-401f-b41d-c5e48baed6a9/mbid-3ac65b8c-d064-401f-b41d-c5e48baed6a9-33554591894_thumb500.jpg",
    "thumbnail_uri": "https://ia801405.us.archive.org/28/items/mbid-3ac65b8c-d064-401f-b41d-c5e48baed6a9/mbid-3ac65b8c-d064-401f-b41d-c5e48baed6a9-33554591894_thumb250.jpg",
    "song": "Free Girl Now",
    "track_id": "92ffc302-2031-3de9-81b0-cb7c618e5835",
    "recording_id": "cc9c44b4-5853-4b30-9f5d-5a5fe6e2213f",
    "artist": "The Mary Janes",
    "artist_ids": [
        "f219b725-8eb3-4c06-a78e-abb6a9e295aa"
    ],
    "album": "Flame",
    "release_id": "3ac65b8c-d064-401f-b41d-c5e48baed6a9",
    "release_group_id": "d0988903-3564-4bfe-ba15-61281b7807b0",
    "labels": [
        "Flat Earth Records"
    ],
    "label_ids": [
        "97188c97-267a-49c1-8952-6a576c366ec8"
    ],
    "release_date": "2001-03-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}