Information about plays

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

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

{
    "id": 3549741,
    "uri": "https://api.kexp.org/v2/plays/3549741/?format=api",
    "airdate": "2025-09-06T20:21:07-07:00",
    "show": 64494,
    "show_uri": "https://api.kexp.org/v2/shows/64494/?format=api",
    "image_uri": "https://coverartarchive.org/release/e54e11a3-1c25-4d29-acf1-1bdfd1d7f717/11963438851-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e54e11a3-1c25-4d29-acf1-1bdfd1d7f717/11963438851-250.jpg",
    "song": "Our Park by Night",
    "track_id": null,
    "recording_id": "3bf11c66-8abe-4d68-b112-b5d007b70d02",
    "artist": "Craft Spells",
    "artist_ids": [
        "d3afff73-119e-406e-8551-9403e80c531b"
    ],
    "album": "Our Park by Night",
    "release_id": null,
    "release_group_id": "fa52485b-69e0-4f92-bb90-baed518da7ab",
    "labels": [],
    "label_ids": [],
    "release_date": "2015-10-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Craft Spells played live on KEXP back in 2015, you can revisit this performance on our YouTube channel here: https://www.youtube.com/watch?v=AYaAhptqu4k",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}