Information about plays

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

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

{
    "id": 3416758,
    "uri": "https://api.kexp.org/v2/plays/3416758/?format=api",
    "airdate": "2024-10-24T15:56:05-07:00",
    "show": 61661,
    "show_uri": "https://api.kexp.org/v2/shows/61661/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Oakland Blackouts",
    "track_id": null,
    "recording_id": "c39f30a2-1104-45ad-9992-a6c540795a70",
    "artist": "Hieroglyphics",
    "artist_ids": [
        "72609007-4227-4bdd-a993-1e92df52527a"
    ],
    "album": "3rd Eye Vision",
    "release_id": null,
    "release_group_id": "0dd0f8ff-320a-3d4f-aa5c-8db513cef0dc",
    "labels": [
        "Hieroglyphics Imperium"
    ],
    "label_ids": [
        "61af0cac-8be2-4f0b-8c2c-5c33fee17288"
    ],
    "release_date": "1998-03-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hieroglyphics, an underground hip hop collective from East Oakland, California, is composed of rappers Del the Funky Homosapien, Casual, Pep Love, producers DJ Touré and Domino, and the four members of the group Souls of Mischief: Phesto, Tajai, A-Plus, and Opio.: https://www.theculturecrush.com/hip-hop-hippies",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}