Information about plays

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

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

{
    "id": 3602247,
    "uri": "https://api.kexp.org/v2/plays/3602247/?format=api",
    "airdate": "2026-01-09T13:12:04-08:00",
    "show": 65604,
    "show_uri": "https://api.kexp.org/v2/shows/65604/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gasoline Dreams",
    "track_id": "b124e55e-5bc3-383d-9188-353fa8254e33",
    "recording_id": "08b05dcc-0d04-49d9-a99e-80634618556d",
    "artist": "OutKast feat. Khujo Goodie",
    "artist_ids": [
        "81eb1203-49fa-456b-b138-41193ab179b1",
        "73fdb566-a9b1-494c-9f32-51768ec9fd27"
    ],
    "album": "Stankonia",
    "release_id": "71f0eea5-99fc-38e6-b0b2-390dcd50bf24",
    "release_group_id": "00d2cd53-21c9-3738-b683-56847b7b0040",
    "labels": [
        "LaFace Records"
    ],
    "label_ids": [
        "4fe1da66-ecf9-469a-828c-ef6301d1bd5c"
    ],
    "release_date": "2000-10-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Don't everybody like the smell of gasoline?\nWell, burn, muthafucka, burn, American dreams\nDon't everybody like the taste of apple pie?\nWe'll snap for yo' slice of life, I'm tellin' ya why\nI hear that Mother Nature now's on birth control\nThe coldest pimp be looking for somebody to hold\nThe highway up to Heaven got a crook on the toll\nYouth full of fire, ain't got nowhere to go, nowhere to go\n---\nhttps://genius.com/Outkast-gasoline-dreams-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}