Information about plays

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

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

{
    "id": 3544031,
    "uri": "https://api.kexp.org/v2/plays/3544031/?format=api",
    "airdate": "2025-08-24T02:26:11-07:00",
    "show": 64373,
    "show_uri": "https://api.kexp.org/v2/shows/64373/?format=api",
    "image_uri": "https://ia801304.us.archive.org/31/items/mbid-d24b7264-1235-48ce-aa9b-a36eee9a0e4f/mbid-d24b7264-1235-48ce-aa9b-a36eee9a0e4f-12179678635_thumb500.jpg",
    "thumbnail_uri": "https://ia801304.us.archive.org/31/items/mbid-d24b7264-1235-48ce-aa9b-a36eee9a0e4f/mbid-d24b7264-1235-48ce-aa9b-a36eee9a0e4f-12179678635_thumb250.jpg",
    "song": "Low",
    "track_id": "9b222d91-6b1a-3e76-a92f-e257f28acdf6",
    "recording_id": "63ca5885-61c3-4328-a70b-2ebd037704d1",
    "artist": "Cracker",
    "artist_ids": [
        "ca48bfb8-37c5-4a04-9837-a07975ee0cd3"
    ],
    "album": "Kerosene Hat",
    "release_id": "d24b7264-1235-48ce-aa9b-a36eee9a0e4f",
    "release_group_id": "c8f831c3-142b-3db7-bb75-448ace95e2ab",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1993-08-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on this day in  1993!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}