Information about plays

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

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

{
    "id": 3591019,
    "uri": "https://api.kexp.org/v2/plays/3591019/?format=api",
    "airdate": "2025-12-14T13:57:07-08:00",
    "show": 65377,
    "show_uri": "https://api.kexp.org/v2/shows/65377/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Turn Your Phone Off",
    "track_id": "818b513b-06ee-488f-869b-efa771942112",
    "recording_id": "590e07b5-641b-45f0-b8cb-5f6147a28e15",
    "artist": "PinkPantheress feat. Destroy Lonely",
    "artist_ids": [
        "987d3d86-0d7a-4292-ae96-a8d59e456436",
        "7441014f-f8f5-494f-81db-ff166fbc078d"
    ],
    "album": "Turn Your Phone Off",
    "release_id": "a8b4fa12-3d6a-44d2-b119-fd3c3cfdeb77",
    "release_group_id": "65333bf5-3299-40e4-bb53-fe27740d6aeb",
    "labels": [
        "Warner Records"
    ],
    "label_ids": [
        "d4cd174f-784d-48d7-91c6-7427bd5d57fe"
    ],
    "release_date": "2023-07-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "PinkPantheress teamed up with American rapper Destroy Lonely to release \"Turn Your Phone Off,\" a song from the former’s older, unreleased catalogue. She said, \"this song has been on my mind since I leaked it in 2021 – I was just waiting until the perfect opportunity to drop it. im privileged to share this track with lone, love his artistry, love a random collab lol ♥️\"\n--\nHere's the official visualizer: https://www.youtube.com/watch?v=W17LkmmcBCo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}