Information about plays

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

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

{
    "id": 3548081,
    "uri": "https://api.kexp.org/v2/plays/3548081/?format=api",
    "airdate": "2025-09-02T17:31:56-07:00",
    "show": 64456,
    "show_uri": "https://api.kexp.org/v2/shows/64456/?format=api",
    "image_uri": "https://ia800301.us.archive.org/24/items/mbid-90fec955-29e7-3169-b9bf-3f97d6c6db37/mbid-90fec955-29e7-3169-b9bf-3f97d6c6db37-31864642039_thumb500.jpg",
    "thumbnail_uri": "https://ia800301.us.archive.org/24/items/mbid-90fec955-29e7-3169-b9bf-3f97d6c6db37/mbid-90fec955-29e7-3169-b9bf-3f97d6c6db37-31864642039_thumb250.jpg",
    "song": "Keen on Boys",
    "track_id": "40d3f1e3-df65-33f4-9878-8b4edcca7b57",
    "recording_id": "e098669b-2672-46bc-b590-3321e763a1ec",
    "artist": "The Radio Dept.",
    "artist_ids": [
        "e664d1cd-23ab-48d5-b8fa-e98485daa5be"
    ],
    "album": "Lesser Matters",
    "release_id": "90fec955-29e7-3169-b9bf-3f97d6c6db37",
    "release_group_id": "38befbbe-1168-3fec-9a25-dadf3beaadaa",
    "labels": [
        "Labrador"
    ],
    "label_ids": [
        "9c4f19be-ce66-44a6-8a19-9202c17361b5"
    ],
    "release_date": "2003-02-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally released by the Swedish dream pop band in 2003. \n\nhttps://theradiodept.bandcamp.com/\n\nFrom the Swedish dream pop band's debut album released in 2003. \n\nhttps://theradiodept.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}