Information about plays

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

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

{
    "id": 3549667,
    "uri": "https://api.kexp.org/v2/plays/3549667/?format=api",
    "airdate": "2025-09-06T16:11:19-07:00",
    "show": 64493,
    "show_uri": "https://api.kexp.org/v2/shows/64493/?format=api",
    "image_uri": "https://dn721702.ca.archive.org/0/items/mbid-dc9eac64-7817-4338-9ed0-4658ac178520/mbid-dc9eac64-7817-4338-9ed0-4658ac178520-42059766390_thumb500.jpg",
    "thumbnail_uri": "https://dn721702.ca.archive.org/0/items/mbid-dc9eac64-7817-4338-9ed0-4658ac178520/mbid-dc9eac64-7817-4338-9ed0-4658ac178520-42059766390_thumb250.jpg",
    "song": "Strange Things Happen",
    "track_id": "dc67c406-9a66-45da-a457-acff120d1a2b",
    "recording_id": "6401322c-c8dc-45fa-95f5-f0bc323b08af",
    "artist": "Alison Goldfrapp",
    "artist_ids": [
        "5e00c39c-9c65-420f-aa26-d68f414a74c6"
    ],
    "album": "Flux",
    "release_id": "dc9eac64-7817-4338-9ed0-4658ac178520",
    "release_group_id": "975c6812-469e-467c-96ac-d352f4f6be07",
    "labels": [
        "A. G. Stage Ltd"
    ],
    "label_ids": [
        "f6604989-3ba5-4c14-87cb-42ba27304025"
    ],
    "release_date": "2025-08-15",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}