Information about plays

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

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

{
    "id": 3598916,
    "uri": "https://api.kexp.org/v2/plays/3598916/?format=api",
    "airdate": "2026-01-01T17:54:30-08:00",
    "show": 65534,
    "show_uri": "https://api.kexp.org/v2/shows/65534/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All You Children",
    "track_id": "1e1c7071-f5e7-4aa1-b485-e7910a878ad6",
    "recording_id": "611aae4e-9728-407b-b49b-124eb67e7bb6",
    "artist": "Jamie xx feat. The Avalanches",
    "artist_ids": [
        "a6623d39-2d8e-4f70-8242-0a9553b91e50",
        "d1515727-4a93-4c0d-88cb-d7a9fce01879"
    ],
    "album": "All You Children",
    "release_id": "276ef479-0abc-413e-b0aa-c5d878f3c386",
    "release_group_id": "12fa445b-63bb-4540-8131-2be48a33e6e9",
    "labels": [
        "Young"
    ],
    "label_ids": [
        "78cd137b-d2d4-4259-bf25-351d15e7de25"
    ],
    "release_date": "2024-07-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shout out to Hugh for this request!\n--\nFeaturing a sample from Nikki Giovanni's \"Dance Poem\". https://jamiexx.bandcamp.com/album/in-waves",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}