Information about plays

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

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

{
    "id": 3598682,
    "uri": "https://api.kexp.org/v2/plays/3598682/?format=api",
    "airdate": "2026-01-01T04:23:27-08:00",
    "show": 65529,
    "show_uri": "https://api.kexp.org/v2/shows/65529/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Just Fine (Treat 'Em Right Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Mary J. Blige",
    "artist_ids": [
        "db76c5ca-d555-4f09-b1db-baa1b713d875"
    ],
    "album": "Just Fine",
    "release_id": null,
    "release_group_id": "f65bff1a-f460-3a84-bf6f-322c0c01c4b1",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "2007-10-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Blige said about the song: \n\"That song was written based on me having a good day. You know, I can have 20 bad days. I can have as many bad days as anyone. But I choose to say, 'I'm just fine.' Right now. So it's OK to have those days. So instead of coming with something ungrateful to the universe, how about I come with something first that's says, 'You know what? It's OK. Enjoy this day if you're having a great day.\"\n\nCheck out a live performance of by Mary below:\nhttps://www.youtube.com/watch?v=To3LJyTNEdo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}