Information about plays

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

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

{
    "id": 3568580,
    "uri": "https://api.kexp.org/v2/plays/3568580/?format=api",
    "airdate": "2025-10-22T16:40:35-07:00",
    "show": 64905,
    "show_uri": "https://api.kexp.org/v2/shows/64905/?format=api",
    "image_uri": "https://coverartarchive.org/release/b960a0e3-5f80-4d08-9f65-5a5975af0ce5/24435791967-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b960a0e3-5f80-4d08-9f65-5a5975af0ce5/24435791967-250.jpg",
    "song": "Get Away",
    "track_id": null,
    "recording_id": "4e521a40-970b-4931-9165-3fa2da3198f1",
    "artist": "Yuck",
    "artist_ids": [
        "9929a375-ccf4-4b8c-9b13-0026393fcb84"
    ],
    "album": "Yuck",
    "release_id": null,
    "release_group_id": "aa442e6a-8d4f-4d47-bf10-93c21ec1c289",
    "labels": [
        "Fat Possum Records"
    ],
    "label_ids": [
        "76da5b47-69e8-49e7-a2fc-62d296b6224f"
    ],
    "release_date": "2011-02-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Yuck performed Live on KEXP back in 2014: https://www.youtube.com/watch?v=-nHlXrlIPVM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}