Information about plays

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

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

{
    "id": 3524292,
    "uri": "https://api.kexp.org/v2/plays/3524292/?format=api",
    "airdate": "2025-07-08T10:36:26-07:00",
    "show": 63957,
    "show_uri": "https://api.kexp.org/v2/shows/63957/?format=api",
    "image_uri": "https://ia800501.us.archive.org/12/items/mbid-cc375ead-64f3-456e-9ad6-128a37f0497a/mbid-cc375ead-64f3-456e-9ad6-128a37f0497a-15050624182_thumb500.jpg",
    "thumbnail_uri": "https://ia800501.us.archive.org/12/items/mbid-cc375ead-64f3-456e-9ad6-128a37f0497a/mbid-cc375ead-64f3-456e-9ad6-128a37f0497a-15050624182_thumb250.jpg",
    "song": "Changes Are No Good",
    "track_id": "edf7f899-1cd6-36dd-b37f-bce6973ba5e0",
    "recording_id": "c97134c3-f4e7-43b7-9d2f-9ebf9fc02227",
    "artist": "The Stills",
    "artist_ids": [
        "e8eed2c6-269a-47c0-aed9-8517a304b02c"
    ],
    "album": "Logic Will Break Your Heart",
    "release_id": "cc375ead-64f3-456e-9ad6-128a37f0497a",
    "release_group_id": "4690a3a8-a350-3dd6-b262-488d82d8b59f",
    "labels": [
        "VICE Records"
    ],
    "label_ids": [
        "4e909fce-55f3-422c-94f1-7d294b60e776"
    ],
    "release_date": "2003-10-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Read a biography of this Montreal band, formed in 2003 and disbanded in 2011: https://www.allmusic.com/artist/the-stills-mn0000473645#biography",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}