Information about plays

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

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

{
    "id": 3579818,
    "uri": "https://api.kexp.org/v2/plays/3579818/?format=api",
    "airdate": "2025-11-18T11:42:09-08:00",
    "show": 65145,
    "show_uri": "https://api.kexp.org/v2/shows/65145/?format=api",
    "image_uri": "https://ia601302.us.archive.org/10/items/mbid-ff313fb1-396a-4ae9-bb44-f1372454f4b4/mbid-ff313fb1-396a-4ae9-bb44-f1372454f4b4-12781028943_thumb500.jpg",
    "thumbnail_uri": "https://ia801302.us.archive.org/10/items/mbid-ff313fb1-396a-4ae9-bb44-f1372454f4b4/mbid-ff313fb1-396a-4ae9-bb44-f1372454f4b4-12781028943_thumb250.jpg",
    "song": "Odessa",
    "track_id": "0e506794-c666-3266-80c8-c2df39a7a7c4",
    "recording_id": "913a3e4e-595c-405a-a66f-62faae38ff1b",
    "artist": "Caribou",
    "artist_ids": [
        "735e3514-a8ae-401f-af3b-6300df1b8d2c"
    ],
    "album": "Swim",
    "release_id": "ff313fb1-396a-4ae9-bb44-f1372454f4b4",
    "release_group_id": "1e103be2-b071-40da-a88b-8e2f4732a8eb",
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2010-04-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ahh...the chicken steak song.\n---\n\"Odessa\" contains samples of multiple elements of  \"Are Dil Se Dil Mile\" by R.D. Burman and sound effects from  \"All Party People (Special Mix Go-Go Style)\" by DJ Mix-O-Rap.\n--\nHere's an interview with Caribou's Dan Snaith on his recording process: https://tapeop.com/interviews/105/caribou",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}