Information about plays

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

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

{
    "id": 3583593,
    "uri": "https://api.kexp.org/v2/plays/3583593/?format=api",
    "airdate": "2025-11-27T08:56:20-08:00",
    "show": 65222,
    "show_uri": "https://api.kexp.org/v2/shows/65222/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Promise",
    "track_id": "400c024a-41cb-42ea-a964-cfbb687d93e3",
    "recording_id": "9d558bcb-5958-4dde-8e34-a3dc52e234e3",
    "artist": "Samia feat. Jelani Aryeh",
    "artist_ids": [
        "279ae894-037e-4058-a21a-e44dc8a8ca7d",
        "e4a42fa1-ae6a-4de8-81c7-af12ff3ea256"
    ],
    "album": "Scout",
    "release_id": "56371d6e-7c9e-4ea9-81cc-bb9878a3ac74",
    "release_group_id": "0ba213c9-ff4e-49c6-9de3-f99f1116fb01",
    "labels": [
        "Grand Jury Music"
    ],
    "label_ids": [
        "8651cee5-120f-4ad3-ae1f-a3a5d5752d69"
    ],
    "release_date": "2021-07-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Samia and Jelani have been bedroom dream pop staples for a minute! This cover feels written in the stars, promised to us even.\nWhen in Rome Cover! Samia performed at THING festival in 2023 and here at KEXP: https://www.youtube.com/watch?v=6ui4vtI-zLc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}