Information about plays

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

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

{
    "id": 3583980,
    "uri": "https://api.kexp.org/v2/plays/3583980/?format=api",
    "airdate": "2025-11-28T07:12:36-08:00",
    "show": 65230,
    "show_uri": "https://api.kexp.org/v2/shows/65230/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hot Thoughts",
    "track_id": null,
    "recording_id": "0c48b39e-69ec-4876-97b1-45ce1158673a",
    "artist": "Spoon",
    "artist_ids": [
        "84eac621-1c5a-49a1-9500-555099c6e184"
    ],
    "album": "Hot Thoughts",
    "release_id": null,
    "release_group_id": "a58dce0f-ecb9-4cb5-b3b8-a86e95882510",
    "labels": [],
    "label_ids": [],
    "release_date": "2017-03-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch Spoon perform this song LIVE in the KEXP studio in 2017: https://www.youtube.com/watch?v=SBfHrrSJv2M",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}