Information about plays

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

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

{
    "id": 3562235,
    "uri": "https://api.kexp.org/v2/plays/3562235/?format=api",
    "airdate": "2025-10-07T04:46:37-07:00",
    "show": 64768,
    "show_uri": "https://api.kexp.org/v2/shows/64768/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "a gentle gigg...",
    "track_id": null,
    "recording_id": "9d81454a-daa2-46db-b920-b1c517edc643",
    "artist": "Seiji Oda",
    "artist_ids": [
        "7225352f-4d66-43f5-a1fb-c0514c6393a6"
    ],
    "album": "a gentle gigg...",
    "release_id": null,
    "release_group_id": "22ffc7fd-dc14-4f5d-bb5f-07801ea2bb3e",
    "labels": [
        "uknowme!"
    ],
    "label_ids": [
        "c15fc8a9-d09d-41ab-9fe4-2463d17fb91f"
    ],
    "release_date": "2024-04-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "S/o Oakland!\n\n\"we all got game so each one teach one\nwe all different\ni got friends that went to berklee school of music\ni got friends that’ll let that glock spit on you for talking stupid\ni got homies that’s hella hyphy born after the hyphy movement\ni got ogs who teach peace and started revolutions\"\n\nhttps://www.youtube.com/watch?v=OyxxSi8-Q-E",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}