Information about plays

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

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

{
    "id": 3549445,
    "uri": "https://api.kexp.org/v2/plays/3549445/?format=api",
    "airdate": "2025-09-06T01:13:16-07:00",
    "show": 64486,
    "show_uri": "https://api.kexp.org/v2/shows/64486/?format=api",
    "image_uri": "https://coverartarchive.org/release/830015d8-d599-4954-a092-2aa9acb2979b/41765047996-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/830015d8-d599-4954-a092-2aa9acb2979b/41765047996-250.jpg",
    "song": "Transactional",
    "track_id": null,
    "recording_id": "564cf60f-a5e4-45c1-8661-4098256837f7",
    "artist": "The Sick Man of Europe",
    "artist_ids": [
        "638caa4f-af2c-4e08-b7f6-d632b328d6f4"
    ],
    "album": "The Sick Man of Europe",
    "release_id": null,
    "release_group_id": "bad217cb-3d77-4f68-ae79-a6dd725d52bb",
    "labels": [
        "Leaf"
    ],
    "label_ids": [
        "641c4c5c-1abc-4bc2-b285-d64c8fb4e425"
    ],
    "release_date": "2025-06-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://thesickmanofeurope.bandcamp.com/album/the-sick-man-of-europe",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}