Information about plays

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

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

{
    "id": 3624973,
    "uri": "https://api.kexp.org/v2/plays/3624973/?format=api",
    "airdate": "2026-03-03T22:27:15-08:00",
    "show": 66085,
    "show_uri": "https://api.kexp.org/v2/shows/66085/?format=api",
    "image_uri": "https://dn721806.ca.archive.org/0/items/mbid-df2724ad-5309-4b79-8db3-e92f04e39e56/mbid-df2724ad-5309-4b79-8db3-e92f04e39e56-42072300468_thumb500.jpg",
    "thumbnail_uri": "https://dn721806.ca.archive.org/0/items/mbid-df2724ad-5309-4b79-8db3-e92f04e39e56/mbid-df2724ad-5309-4b79-8db3-e92f04e39e56-42072300468_thumb250.jpg",
    "song": "Valerie Loves Me",
    "track_id": "94c49119-8f0b-34c6-bdc4-5a30caf707db",
    "recording_id": "9e63b697-0da3-4287-9098-983c49fb85c3",
    "artist": "Material Issue",
    "artist_ids": [
        "35290bf2-aa8e-412d-8f4e-0b3362044958"
    ],
    "album": "International Pop Overthrow",
    "release_id": "df2724ad-5309-4b79-8db3-e92f04e39e56",
    "release_group_id": "91caa76a-ef58-3ccc-ab6a-8b32bd811517",
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1991-02-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}