Information about plays

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

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

{
    "id": 3554987,
    "uri": "https://api.kexp.org/v2/plays/3554987/?format=api",
    "airdate": "2025-09-19T11:46:53-07:00",
    "show": 64602,
    "show_uri": "https://api.kexp.org/v2/shows/64602/?format=api",
    "image_uri": "https://ia802801.us.archive.org/35/items/mbid-0e02bd3c-8321-4cbe-afc3-b54eb0f936b3/mbid-0e02bd3c-8321-4cbe-afc3-b54eb0f936b3-6937085710_thumb500.jpg",
    "thumbnail_uri": "https://ia902801.us.archive.org/35/items/mbid-0e02bd3c-8321-4cbe-afc3-b54eb0f936b3/mbid-0e02bd3c-8321-4cbe-afc3-b54eb0f936b3-6937085710_thumb250.jpg",
    "song": "Know Me",
    "track_id": "a80cf4fc-3e3d-3756-9b15-a4ce68fb18dd",
    "recording_id": "a9fd95f4-bfdb-461b-831b-1bd18c6d5dc0",
    "artist": "Frankie Rose",
    "artist_ids": [
        "3522e1ec-0b52-47c3-a13e-17ac5db91e9e"
    ],
    "album": "Interstellar",
    "release_id": "0e02bd3c-8321-4cbe-afc3-b54eb0f936b3",
    "release_group_id": "5e12647d-0a0e-41e7-81f4-1158184d875e",
    "labels": [
        "Slumberland Records"
    ],
    "label_ids": [
        "5bf0ffc7-898d-43f0-a072-b072506fe617"
    ],
    "release_date": "2012-02-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Frankie Rose has upcoming shows on the west coast:\n\n- September 29th at Great American Music Hall in San Francisco\n\n- October 2nd at Neumos in Seattle\n\nThey released an extended reissue of the 2012 Interstellar album just last year! \nhttps://frankierose.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}