Information about plays

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

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

{
    "id": 3547254,
    "uri": "https://api.kexp.org/v2/plays/3547254/?format=api",
    "airdate": "2025-08-31T17:30:59-07:00",
    "show": 64438,
    "show_uri": "https://api.kexp.org/v2/shows/64438/?format=api",
    "image_uri": "https://dn721605.ca.archive.org/0/items/mbid-7401c0ee-6559-4355-a005-660b37be1d7d/mbid-7401c0ee-6559-4355-a005-660b37be1d7d-37247244764_thumb500.jpg",
    "thumbnail_uri": "https://dn721605.ca.archive.org/0/items/mbid-7401c0ee-6559-4355-a005-660b37be1d7d/mbid-7401c0ee-6559-4355-a005-660b37be1d7d-37247244764_thumb250.jpg",
    "song": "Self To Blame",
    "track_id": "7bb271c3-e386-4ab4-9109-5e8099438d42",
    "recording_id": "a82681b6-dd3f-48e7-bccb-6b4d0941264e",
    "artist": "Logic1000 feat. Kayla Blackmon",
    "artist_ids": [
        "8e018193-119b-42f3-8ef8-b9575b0208ca",
        "518590d6-033b-4b86-8604-333137f9ee42"
    ],
    "album": "Mother",
    "release_id": "7401c0ee-6559-4355-a005-660b37be1d7d",
    "release_group_id": "1e57af12-0f39-4254-856e-96ce1ddf31a1",
    "labels": [
        "Therapy",
        "Because Music"
    ],
    "label_ids": [
        "1afc4ba3-a8f5-4c2e-893d-7e88397d3685",
        "23450486-837c-46a6-8b3f-b22429a0dfe1"
    ],
    "release_date": "2024-03-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sydney-born, Berlin-based DJ and producer Logic1000. https://logic1000.bandcamp.com/album/mother",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}