Information about plays

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

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

{
    "id": 3584990,
    "uri": "https://api.kexp.org/v2/plays/3584990/?format=api",
    "airdate": "2025-11-30T12:24:31-08:00",
    "show": 65253,
    "show_uri": "https://api.kexp.org/v2/shows/65253/?format=api",
    "image_uri": "https://coverartarchive.org/release/ea6c654c-950d-427f-b2da-d1c618297982/43595366838-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ea6c654c-950d-427f-b2da-d1c618297982/43595366838-250.jpg",
    "song": "Vivrant Thing",
    "track_id": null,
    "recording_id": "4380c821-afbb-4974-95f4-b051513fd0b3",
    "artist": "Q‐Tip",
    "artist_ids": [
        "b3c94036-6166-41d2-91a2-dc3a0b5fa188"
    ],
    "album": "Amplified",
    "release_id": null,
    "release_group_id": "3c6c1577-e00a-3eb3-bfad-041b3ebb6aa4",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1999-11-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on this day in 1999, Q-Tip's debut album \"Amplified\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}