Information about plays

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

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

{
    "id": 3572913,
    "uri": "https://api.kexp.org/v2/plays/3572913/?format=api",
    "airdate": "2025-11-02T02:42:21-08:00",
    "show": 65001,
    "show_uri": "https://api.kexp.org/v2/shows/65001/?format=api",
    "image_uri": "https://dn721507.ca.archive.org/0/items/mbid-826fdd8b-7502-4a1e-aac3-c0956d9127b8/mbid-826fdd8b-7502-4a1e-aac3-c0956d9127b8-42818330716_thumb500.jpg",
    "thumbnail_uri": "https://dn721507.ca.archive.org/0/items/mbid-826fdd8b-7502-4a1e-aac3-c0956d9127b8/mbid-826fdd8b-7502-4a1e-aac3-c0956d9127b8-42818330716_thumb250.jpg",
    "song": "Follow Along",
    "track_id": "fecedc32-2b0f-4025-92f4-7e9d67b5299b",
    "recording_id": "87ca4a97-f720-4f6d-9d25-676481bc53e7",
    "artist": "Cusp",
    "artist_ids": [
        "7dda74f2-e662-459d-a734-2765ae3ba0a1"
    ],
    "album": "What I Want Doesn’t Want Me Back",
    "release_id": "826fdd8b-7502-4a1e-aac3-c0956d9127b8",
    "release_group_id": "2d7a4a12-52db-4c1b-a428-06edaa026ac5",
    "labels": [
        "Exploding In Sound Records"
    ],
    "label_ids": [
        "ab54e798-5f5e-4d17-98bf-e25d61485bb9"
    ],
    "release_date": "2025-10-17",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}