Information about plays

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

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

{
    "id": 3568305,
    "uri": "https://api.kexp.org/v2/plays/3568305/?format=api",
    "airdate": "2025-10-22T01:18:42-07:00",
    "show": 64900,
    "show_uri": "https://api.kexp.org/v2/shows/64900/?format=api",
    "image_uri": "https://ia903104.us.archive.org/25/items/mbid-e698f39a-7636-4808-80f3-56b0406b664f/mbid-e698f39a-7636-4808-80f3-56b0406b664f-24646428183_thumb500.jpg",
    "thumbnail_uri": "https://ia803104.us.archive.org/25/items/mbid-e698f39a-7636-4808-80f3-56b0406b664f/mbid-e698f39a-7636-4808-80f3-56b0406b664f-24646428183_thumb250.jpg",
    "song": "Bus Stops",
    "track_id": "6cb9d086-096c-38cf-8041-b1114796d6be",
    "recording_id": "cdfcfca7-3db7-4cc3-ba09-1c1171bfa6d2",
    "artist": "The Nonce",
    "artist_ids": [
        "a5e2de1b-9e7c-4150-b92f-50201723bff9"
    ],
    "album": "World Ultimate",
    "release_id": "e698f39a-7636-4808-80f3-56b0406b664f",
    "release_group_id": "e65c6e62-5782-30fa-be10-687197fda931",
    "labels": [
        "American Recordings"
    ],
    "label_ids": [
        "f5be9cfe-e1af-405c-a074-caeaed6797c0"
    ],
    "release_date": "1995-02-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}