Information about plays

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

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

{
    "id": 3523335,
    "uri": "https://api.kexp.org/v2/plays/3523335/?format=api",
    "airdate": "2025-07-06T05:28:47-07:00",
    "show": 63935,
    "show_uri": "https://api.kexp.org/v2/shows/63935/?format=api",
    "image_uri": "https://dn721300.ca.archive.org/0/items/mbid-62dd2ec6-e9a7-499b-9412-520344690d62/mbid-62dd2ec6-e9a7-499b-9412-520344690d62-42414745560_thumb500.jpg",
    "thumbnail_uri": "https://dn721300.ca.archive.org/0/items/mbid-62dd2ec6-e9a7-499b-9412-520344690d62/mbid-62dd2ec6-e9a7-499b-9412-520344690d62-42414745560_thumb250.jpg",
    "song": "Key",
    "track_id": "16db5331-d610-4498-9288-65a6f2448ccf",
    "recording_id": "99397f19-e8da-4a58-b2ce-72026b526b40",
    "artist": "Malummí",
    "artist_ids": [
        "652534db-fe36-4f34-930a-7772e636d850"
    ],
    "album": "Key",
    "release_id": "62dd2ec6-e9a7-499b-9412-520344690d62",
    "release_group_id": "b18eb984-4dfe-4966-a744-d29c8b1f3b2e",
    "labels": [
        "Mouthwatering Records"
    ],
    "label_ids": [
        "2ce3b94c-4cdf-48a0-98a0-883a685265f9"
    ],
    "release_date": "2025-06-20",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}