Information about plays

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

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

{
    "id": 3551125,
    "uri": "https://api.kexp.org/v2/plays/3551125/?format=api",
    "airdate": "2025-09-10T02:53:38-07:00",
    "show": 64522,
    "show_uri": "https://api.kexp.org/v2/shows/64522/?format=api",
    "image_uri": "https://ia801300.us.archive.org/32/items/mbid-c8674713-cdb3-4861-abbf-f29d761f7f97/mbid-c8674713-cdb3-4861-abbf-f29d761f7f97-12596228637_thumb500.jpg",
    "thumbnail_uri": "https://ia801300.us.archive.org/32/items/mbid-c8674713-cdb3-4861-abbf-f29d761f7f97/mbid-c8674713-cdb3-4861-abbf-f29d761f7f97-12596228637_thumb250.jpg",
    "song": "Bicycle",
    "track_id": "3596586a-bc09-3957-bffd-95743f8deb58",
    "recording_id": "8810231d-2a6b-4928-b37f-67687c402bcd",
    "artist": "Memory Tapes",
    "artist_ids": [
        "fbd33a5a-06b5-4b46-98d1-8677f5dc44c6"
    ],
    "album": "Seek Magic",
    "release_id": "863b6286-4e85-451d-9b6d-e02401b411cf",
    "release_group_id": "1343b264-36ff-483c-800a-5c508131a8e9",
    "labels": [
        "Something in Construction"
    ],
    "label_ids": [
        "e66c5203-0c79-4ea1-9395-535097b87ca9"
    ],
    "release_date": "2009-08-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dayve Hawk, better known by his stage name Memory Tapes, is an American singer-songwriter and record producer, and the former frontman of the Philadelphia-based band, Hail Social. ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}