Information about plays

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

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

{
    "id": 3568982,
    "uri": "https://api.kexp.org/v2/plays/3568982/?format=api",
    "airdate": "2025-10-23T15:10:56-07:00",
    "show": 64912,
    "show_uri": "https://api.kexp.org/v2/shows/64912/?format=api",
    "image_uri": "https://coverartarchive.org/release/daa89cce-3e72-4e6a-a4dc-0337dee8f9cf/12882995749-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/daa89cce-3e72-4e6a-a4dc-0337dee8f9cf/12882995749-250.jpg",
    "song": "Another Life",
    "track_id": null,
    "recording_id": "bb245f77-a2f2-413d-997e-58dc5b9f35c5",
    "artist": "D'Angelo",
    "artist_ids": [],
    "album": "Black Messiah",
    "release_id": null,
    "release_group_id": "b3d96626-4d46-4012-b6cb-e8d8b192a4f1",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2014-12-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Did you know that Questlove compared D'Angelo's third album \"Black Messiah\" to the Beach Boys' \"Smile.\"?\n\nQuestlove, D'Angelo, and Kendra Foster wrote this one. Watch a live performance in Amsterdam: https://www.youtube.com/watch?v=G93qR44Nn08",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}