Information about plays

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

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

{
    "id": 3546380,
    "uri": "https://api.kexp.org/v2/plays/3546380/?format=api",
    "airdate": "2025-08-29T16:49:49-07:00",
    "show": 64420,
    "show_uri": "https://api.kexp.org/v2/shows/64420/?format=api",
    "image_uri": "https://ia902804.us.archive.org/9/items/mbid-7f9e3cb8-9fcb-4259-aa90-5a6661aaf41c/mbid-7f9e3cb8-9fcb-4259-aa90-5a6661aaf41c-20675297827_thumb500.jpg",
    "thumbnail_uri": "https://ia902804.us.archive.org/9/items/mbid-7f9e3cb8-9fcb-4259-aa90-5a6661aaf41c/mbid-7f9e3cb8-9fcb-4259-aa90-5a6661aaf41c-20675297827_thumb250.jpg",
    "song": "Powerlines",
    "track_id": "1883ff5e-d5f1-490c-adfc-d3a2aa33d9b3",
    "recording_id": "89d4b3de-9ae7-48e7-82e0-2ecb63733565",
    "artist": "Tame Impala",
    "artist_ids": [
        "63aa26c3-d59b-4da4-84ac-716b54f1ef4d"
    ],
    "album": "Currents: B‐Sides & Remixes",
    "release_id": "7f9e3cb8-9fcb-4259-aa90-5a6661aaf41c",
    "release_group_id": "4c00be6d-b764-4a4f-a4ef-c431b6d0ac3c",
    "labels": [
        "Modular Recordings"
    ],
    "label_ids": [
        "1a69fd71-e415-4439-b830-49ab0752d9f7"
    ],
    "release_date": "2017-11-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song was originally written for the soundtrack of the 2017 film \"Bright,\" but it was ultimately not included in the final cut of the movie. However, the song was later released as a bonus track on the Japanese edition of Tame Impala's album 'The Slow Rush.' \n\nhttps://www.youtube.com/watch?v=skX4FftyT1s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}