Information about plays

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

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

{
    "id": 3632375,
    "uri": "https://api.kexp.org/v2/plays/3632375/?format=api",
    "airdate": "2026-03-22T13:59:56-07:00",
    "show": 66251,
    "show_uri": "https://api.kexp.org/v2/shows/66251/?format=api",
    "image_uri": "https://dn710307.ca.archive.org/0/items/mbid-647d7016-2683-42c6-b027-83114a7c3eec/mbid-647d7016-2683-42c6-b027-83114a7c3eec-2060685316_thumb500.jpg",
    "thumbnail_uri": "https://dn710307.ca.archive.org/0/items/mbid-647d7016-2683-42c6-b027-83114a7c3eec/mbid-647d7016-2683-42c6-b027-83114a7c3eec-2060685316_thumb250.jpg",
    "song": "Around the World",
    "track_id": "1cf01502-5b34-3c30-be5c-fc2040a3bb69",
    "recording_id": "7813d6e5-fe21-4cd0-8f8b-82b7c15662ae",
    "artist": "Daft Punk",
    "artist_ids": [
        "056e4f3e-d505-4dad-8ec1-d04f521cbb56"
    ],
    "album": "Homework",
    "release_id": "497f9acf-a695-332e-bc20-1c8745248550",
    "release_group_id": "00054665-89fa-33d5-a8f0-1728ea8c32c3",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1997-01-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nile Rodgers co-wrote and performed on three songs from Daft Punk's 2013 Grammy Award-winning Album of the Year \"Random Access Memories\" including the Grammy Record of the Year \"Get Lucky\" with the duo and Pharrell Williams.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}