Information about plays

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

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

{
    "id": 3621532,
    "uri": "https://api.kexp.org/v2/plays/3621532/?format=api",
    "airdate": "2026-02-24T02:53:11-08:00",
    "show": 66016,
    "show_uri": "https://api.kexp.org/v2/shows/66016/?format=api",
    "image_uri": "https://coverartarchive.org/release/114356f9-333f-45f3-898d-00106f3aee45/27189365965-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/114356f9-333f-45f3-898d-00106f3aee45/27189365965-250.jpg",
    "song": "90210 (SWISHA SWEET EDIT)",
    "track_id": null,
    "recording_id": null,
    "artist": "Travis Scott feat. Kacy Hill",
    "artist_ids": [
        "e4a51f17-a57b-47b1-b37b-f552d0f8e9e6",
        "f33e8fd2-8536-42e8-9169-fae50f850dd9"
    ],
    "album": "Rodeo",
    "release_id": null,
    "release_group_id": "e6c9fd37-0211-48a2-8927-d7ef284218c4",
    "labels": [],
    "label_ids": [],
    "release_date": "2015-09-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Soundcloud edit of this track --> https://www.youtube.com/watch?v=BuNBLjJzRoo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}