Information about plays

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

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

{
    "id": 3536927,
    "uri": "https://api.kexp.org/v2/plays/3536927/?format=api",
    "airdate": "2025-08-07T03:17:32-07:00",
    "show": 64220,
    "show_uri": "https://api.kexp.org/v2/shows/64220/?format=api",
    "image_uri": "https://coverartarchive.org/release/f2ab0d46-23e4-4fd4-a6f9-0e64508acf9c/9900302771-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f2ab0d46-23e4-4fd4-a6f9-0e64508acf9c/9900302771-250.jpg",
    "song": "Award Tour",
    "track_id": null,
    "recording_id": "99d22a5a-46e3-4aa4-86dd-3490a57a2ee8",
    "artist": "A Tribe Called Quest feat. Trugoy the Dove",
    "artist_ids": [
        "9689aa5a-4471-4fb4-9721-07cecda0fa9f",
        "88740f5e-716d-4cb5-b6ec-0cca366f53ff"
    ],
    "album": "Midnight Marauders",
    "release_id": null,
    "release_group_id": "c2afedfb-034a-3683-ad47-e4404cd7c485",
    "labels": [
        "Jive"
    ],
    "label_ids": [
        "79245298-c0ba-4eba-aecc-3dfe8eeb689f"
    ],
    "release_date": "1993-11-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released in 1993, 'Midnight Marauders' was produced mainly by Q-Tip, with contributions from Skeff Anselm, Large Professor and DJ Ali Shaheed Muhammad.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}