Information about plays

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

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

{
    "id": 3501291,
    "uri": "https://api.kexp.org/v2/plays/3501291/?format=api",
    "airdate": "2025-05-14T13:45:45-07:00",
    "show": 63459,
    "show_uri": "https://api.kexp.org/v2/shows/63459/?format=api",
    "image_uri": "https://dn721900.ca.archive.org/0/items/mbid-c5eca50f-62bc-478f-abf1-170a353586f1/mbid-c5eca50f-62bc-478f-abf1-170a353586f1-32513495656_thumb500.jpg",
    "thumbnail_uri": "https://dn721900.ca.archive.org/0/items/mbid-c5eca50f-62bc-478f-abf1-170a353586f1/mbid-c5eca50f-62bc-478f-abf1-170a353586f1-32513495656_thumb250.jpg",
    "song": "O.G. Original Gangster",
    "track_id": "12d9a9f6-2fda-445f-9e71-f1f8dd96c0ad",
    "recording_id": "c44f7e2d-10ed-4513-8306-5ef44119b196",
    "artist": "Ice‐T",
    "artist_ids": [
        "8a75ce0d-1df3-47cc-b076-ce2f4e8250f0"
    ],
    "album": "O.G. Original Gangster (Radio Versions)",
    "release_id": "c5eca50f-62bc-478f-abf1-170a353586f1",
    "release_group_id": "eba2e093-fbdf-48a9-8644-52fe19160a4a",
    "labels": [
        "Rhyme Syndicate Records"
    ],
    "label_ids": [
        "0097c737-ce06-4b92-a2b9-1703cb3e6e0d"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this date in 1991, Ice-T released his fourth studio album, \"O.G. Original Gangster.\"\n--\nHere's the original music video for this, the title song: https://www.youtube.com/watch?v=scILa5iPBcg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}