Information about plays

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

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

{
    "id": 3573834,
    "uri": "https://api.kexp.org/v2/plays/3573834/?format=api",
    "airdate": "2025-11-04T08:24:49-08:00",
    "show": 65020,
    "show_uri": "https://api.kexp.org/v2/shows/65020/?format=api",
    "image_uri": "https://ia802902.us.archive.org/10/items/mbid-ca034432-a3a4-4ae6-a82a-707d2589c999/mbid-ca034432-a3a4-4ae6-a82a-707d2589c999-21230818589_thumb500.jpg",
    "thumbnail_uri": "https://ia802902.us.archive.org/10/items/mbid-ca034432-a3a4-4ae6-a82a-707d2589c999/mbid-ca034432-a3a4-4ae6-a82a-707d2589c999-21230818589_thumb250.jpg",
    "song": "Out of Hand (extended version)",
    "track_id": "9c817d8d-dd88-3d7a-8ce0-9f883529864f",
    "recording_id": "70193d8e-566a-4f75-ad10-cadf39242f95",
    "artist": "The Mighty Lemon Drops",
    "artist_ids": [
        "1461ef67-5312-4dc1-843e-711bf912217e"
    ],
    "album": "Just Say Yes…",
    "release_id": "ca034432-a3a4-4ae6-a82a-707d2589c999",
    "release_group_id": "ef014c87-c29a-376d-b7bf-6e3bf57dfac0",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1987-11-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day, 38 years ago(!), Sire releases the compilation Just Say Yes... Sire's Winter CD Music Sampler featuring rarities and remixes of favorites from Depeche Mode, Echo & The Bunnymen, The Mighty Lemon Drops, James, The Smiths and more.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}