Information about plays

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

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

{
    "id": 3635085,
    "uri": "https://api.kexp.org/v2/plays/3635085/?format=api",
    "airdate": "2026-03-29T10:37:29-07:00",
    "show": 66311,
    "show_uri": "https://api.kexp.org/v2/shows/66311/?format=api",
    "image_uri": "https://coverartarchive.org/release/5f73b06a-0f52-46ee-9d06-a5f9a79eb6f1/18177006696-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5f73b06a-0f52-46ee-9d06-a5f9a79eb6f1/18177006696-250.jpg",
    "song": "Dear Mexico (Thank You for Joyce)",
    "track_id": null,
    "recording_id": "9e0eb014-2388-4b7a-b5de-7a90f72a400c",
    "artist": "Twain",
    "artist_ids": [
        "dd16344b-2bc4-445b-9323-3ab165b5cecc"
    ],
    "album": "Rare Feeling",
    "release_id": null,
    "release_group_id": "7439531f-156c-45ed-a098-0ff894c90423",
    "labels": [
        "Keeled Scales"
    ],
    "label_ids": [
        "e125fb61-bc30-4a17-b157-19f47915ec35"
    ],
    "release_date": "2017-10-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Brooklyn band invite you to send them a letter via email twain.letters@gmail.com\nhttps://twain.bandcamp.com/album/rare-feeling-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}