Information about plays

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

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

{
    "id": 3544173,
    "uri": "https://api.kexp.org/v2/plays/3544173/?format=api",
    "airdate": "2025-08-24T11:13:34-07:00",
    "show": 64375,
    "show_uri": "https://api.kexp.org/v2/shows/64375/?format=api",
    "image_uri": "https://coverartarchive.org/release/f7683ed7-9497-4c62-b3e6-bc563dbe7cab/9326717626-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f7683ed7-9497-4c62-b3e6-bc563dbe7cab/9326717626-250.jpg",
    "song": "SOS",
    "track_id": null,
    "recording_id": "f5b15691-8b58-455c-8952-7e50c41f6b92",
    "artist": "ABBA",
    "artist_ids": [
        "d87e52c5-bb8d-4da8-b941-9f4928627dc8"
    ],
    "album": "ABBA",
    "release_id": null,
    "release_group_id": "5ee43a5f-94eb-3f0c-a1ec-e0476251d95f",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1975-04-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Swedish band were heavily influenced by the Wall of Sound and this song solidified them as an international band bigger than their Eurovision history.\nhttps://www.billboard.com/music/pop/abba-waterloo-global-conquest-eurovision-win-8505890/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}