Information about plays

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

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

{
    "id": 3555741,
    "uri": "https://api.kexp.org/v2/plays/3555741/?format=api",
    "airdate": "2025-09-21T03:24:36-07:00",
    "show": 64620,
    "show_uri": "https://api.kexp.org/v2/shows/64620/?format=api",
    "image_uri": "https://dn710004.ca.archive.org/0/items/mbid-a0119529-3800-4bb1-8716-cbbecbf3e360/mbid-a0119529-3800-4bb1-8716-cbbecbf3e360-16114653552_thumb500.jpg",
    "thumbnail_uri": "https://dn710004.ca.archive.org/0/items/mbid-a0119529-3800-4bb1-8716-cbbecbf3e360/mbid-a0119529-3800-4bb1-8716-cbbecbf3e360-16114653552_thumb250.jpg",
    "song": "Gravity's Gone",
    "track_id": "2251d4d5-d8b0-304a-be12-3ade7274fab9",
    "recording_id": "52f3dd4f-d7a9-4117-843f-2283db504ec9",
    "artist": "Drive-By Truckers",
    "artist_ids": [
        "8eae1e0a-1696-4532-9e3c-0a072217ef4c"
    ],
    "album": "A Blessing and a Curse",
    "release_id": "a0119529-3800-4bb1-8716-cbbecbf3e360",
    "release_group_id": "b8ea5efb-0682-3e54-9b5a-59930e43ab4b",
    "labels": [
        "New West Records"
    ],
    "label_ids": [
        "c1b263e3-f148-4e85-81a3-c57aefc56797"
    ],
    "release_date": "2006-04-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dad request!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}