Information about plays

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

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

{
    "id": 3572382,
    "uri": "https://api.kexp.org/v2/plays/3572382/?format=api",
    "airdate": "2025-10-31T23:19:50-07:00",
    "show": 64987,
    "show_uri": "https://api.kexp.org/v2/shows/64987/?format=api",
    "image_uri": "https://coverartarchive.org/release/909d4d60-a0c2-4e21-bcbe-e7f2071ded8b/5656497585-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/909d4d60-a0c2-4e21-bcbe-e7f2071ded8b/5656497585-250.jpg",
    "song": "Conversation With a Devil",
    "track_id": null,
    "recording_id": "5756e012-f6f6-4ef8-a050-cea827e65a84",
    "artist": "Andre Nickatina",
    "artist_ids": [
        "d1111f0f-33b6-4182-a280-11e2b2984115"
    ],
    "album": "Conversation With a Devil",
    "release_id": null,
    "release_group_id": "7e038db4-d5a5-318c-ad2d-66a2b65d9f77",
    "labels": [
        "Fillmoe Coleman Records"
    ],
    "label_ids": [
        "2a1f278a-589e-441e-a1ce-5fc337678c9c"
    ],
    "release_date": "2003-04-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"My name is Nicky, but you can call me Dre\nI party through L.A., now baby what you gotta say...\"\nHere are the lyrics for this title song from the SF legend's eleventh album:  https://genius.com/Andre-nickatina-conversation-with-a-devil-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}