Information about plays

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

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

{
    "id": 3543243,
    "uri": "https://api.kexp.org/v2/plays/3543243/?format=api",
    "airdate": "2025-08-22T09:42:26-07:00",
    "show": 64354,
    "show_uri": "https://api.kexp.org/v2/shows/64354/?format=api",
    "image_uri": "https://ia800803.us.archive.org/0/items/mbid-aec45285-1244-4918-9b32-4b0f4372e0fc/mbid-aec45285-1244-4918-9b32-4b0f4372e0fc-34724726458_thumb500.jpg",
    "thumbnail_uri": "https://ia800803.us.archive.org/0/items/mbid-aec45285-1244-4918-9b32-4b0f4372e0fc/mbid-aec45285-1244-4918-9b32-4b0f4372e0fc-34724726458_thumb250.jpg",
    "song": "South Dakota Cops",
    "track_id": "4e4bf9ae-c680-4d1c-9d3e-3d5e4d329df2",
    "recording_id": "62998bdd-cbe9-4b1f-ab2d-8d11df138df6",
    "artist": "Spirit Award",
    "artist_ids": [
        "72042f4e-7652-4bf4-8846-d4981b760f67"
    ],
    "album": "The Fear",
    "release_id": "aec45285-1244-4918-9b32-4b0f4372e0fc",
    "release_group_id": "468d6ffe-aae3-46aa-b972-a1016350a87f",
    "labels": [
        "Share It Music"
    ],
    "label_ids": [
        "019f6f42-4804-4cd4-bdc5-9388c416c7c4"
    ],
    "release_date": "2023-05-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The song captures the harrowing tale of being arrested in South Dakota for possession of mushrooms and marijuana during a memorable road trip. \n--\nSpirit Award is a project of Seattle's Daniel  Lyon.  You can purchase \"The Fear\" here: https://spiritaward.bandcamp.com/album/the-fear",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}