Information about plays

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

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

{
    "id": 3595122,
    "uri": "https://api.kexp.org/v2/plays/3595122/?format=api",
    "airdate": "2025-12-24T00:11:33-08:00",
    "show": 65460,
    "show_uri": "https://api.kexp.org/v2/shows/65460/?format=api",
    "image_uri": "https://ia601704.us.archive.org/2/items/mbid-f1daf177-e3f1-4a39-ac7a-63f0fdd023df/mbid-f1daf177-e3f1-4a39-ac7a-63f0fdd023df-43780717399_thumb500.jpg",
    "thumbnail_uri": "https://ia601704.us.archive.org/2/items/mbid-f1daf177-e3f1-4a39-ac7a-63f0fdd023df/mbid-f1daf177-e3f1-4a39-ac7a-63f0fdd023df-43780717399_thumb250.jpg",
    "song": "SILK SCARF",
    "track_id": "fcdeb4e1-2a3d-4b22-8551-a2efbd6c5d9c",
    "recording_id": "e48d9aeb-0760-40d4-becc-0130fd408fe2",
    "artist": "Tiga feat. Fcukers",
    "artist_ids": [
        "5e23e428-d9f5-4679-bd7c-8254d6f0a437",
        "58e5332d-383e-414c-9917-776d7b1493a2"
    ],
    "album": "HOTLIFE",
    "release_id": "f1daf177-e3f1-4a39-ac7a-63f0fdd023df",
    "release_group_id": "41b6b1ea-0e8a-4b17-b888-c027933c924d",
    "labels": [
        "Secret City Records",
        "Turbo Recordings"
    ],
    "label_ids": [
        "52e7fb03-e52f-4a7c-983a-42d8db2729a6",
        "5b950212-bd40-4aa3-bea2-b96deb0d8eb3"
    ],
    "release_date": "2026-04-17",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}