Information about plays

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

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

{
    "id": 3550313,
    "uri": "https://api.kexp.org/v2/plays/3550313/?format=api",
    "airdate": "2025-09-08T05:23:49-07:00",
    "show": 64507,
    "show_uri": "https://api.kexp.org/v2/shows/64507/?format=api",
    "image_uri": "https://ia801301.us.archive.org/27/items/mbid-d262a16c-b028-4cb1-b9a9-8ce8b8d7a5d6/mbid-d262a16c-b028-4cb1-b9a9-8ce8b8d7a5d6-11564432819_thumb500.jpg",
    "thumbnail_uri": "https://ia801301.us.archive.org/27/items/mbid-d262a16c-b028-4cb1-b9a9-8ce8b8d7a5d6/mbid-d262a16c-b028-4cb1-b9a9-8ce8b8d7a5d6-11564432819_thumb250.jpg",
    "song": "She’s Like Heroin to Me",
    "track_id": "f8d8233e-1a3a-453d-960f-72ddd59ce5b6",
    "recording_id": "e2069f3a-8d8a-4591-ad28-1bc8ca8957ad",
    "artist": "The Gun Club",
    "artist_ids": [
        "e78cc47f-9b89-4ef7-86f8-8f9df4f9dac9"
    ],
    "album": "Fire of Love",
    "release_id": "d262a16c-b028-4cb1-b9a9-8ce8b8d7a5d6",
    "release_group_id": "95b4ac0b-3286-3208-8821-b292ab88dfac",
    "labels": [
        "Slash"
    ],
    "label_ids": [
        "490afeef-44aa-4bba-b5d7-df875609957f"
    ],
    "release_date": "2001-01-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Gun Club's debut album; the band started in Los Angeles and were active from 1979 to 1996. \n\nhttp://www.furious.com/perfect/gunclub.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}