Information about plays

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

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

{
    "id": 3612971,
    "uri": "https://api.kexp.org/v2/plays/3612971/?format=api",
    "airdate": "2026-02-04T04:25:07-08:00",
    "show": 65835,
    "show_uri": "https://api.kexp.org/v2/shows/65835/?format=api",
    "image_uri": "https://ia802902.us.archive.org/6/items/mbid-0bb51eb6-fac6-464a-9e44-f7a832507d86/mbid-0bb51eb6-fac6-464a-9e44-f7a832507d86-21129510013_thumb500.jpg",
    "thumbnail_uri": "https://ia802902.us.archive.org/6/items/mbid-0bb51eb6-fac6-464a-9e44-f7a832507d86/mbid-0bb51eb6-fac6-464a-9e44-f7a832507d86-21129510013_thumb250.jpg",
    "song": "O.N.E.",
    "track_id": "d89ecac8-adf2-38dd-bc8d-b809a2b7f759",
    "recording_id": "0dc9069c-08f9-4806-955b-cab2bfab9e5b",
    "artist": "Yeasayer",
    "artist_ids": [
        "3feba7fa-3837-424a-b4f1-0077d217f569"
    ],
    "album": "Odd Blood",
    "release_id": "0bb51eb6-fac6-464a-9e44-f7a832507d86",
    "release_group_id": "06fd4560-57ca-4552-b1a5-1d68a2940a5a",
    "labels": [
        "Secretly Canadian"
    ],
    "label_ids": [
        "dd6afc9a-6352-4c96-aeb6-9a73e2bf1519"
    ],
    "release_date": "2010-02-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "O.N.E. is an acronym for the line, \"One's not enough\". Guitarist and keyboardist Anand Wilder used the idea of alcoholism and addiction as a metaphor for a toxic relationship. \n\nCheck out their KEXP in-studio performance from October 2016:\nhttps://www.youtube.com/watch?v=VrcMPpEK7-s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}