Information about plays

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

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

{
    "id": 3549286,
    "uri": "https://api.kexp.org/v2/plays/3549286/?format=api",
    "airdate": "2025-09-05T16:14:39-07:00",
    "show": 64483,
    "show_uri": "https://api.kexp.org/v2/shows/64483/?format=api",
    "image_uri": "https://ia902304.us.archive.org/20/items/mbid-34a1d9bd-419c-4932-bb30-743618684548/mbid-34a1d9bd-419c-4932-bb30-743618684548-38302127772_thumb500.jpg",
    "thumbnail_uri": "https://ia902304.us.archive.org/20/items/mbid-34a1d9bd-419c-4932-bb30-743618684548/mbid-34a1d9bd-419c-4932-bb30-743618684548-38302127772_thumb250.jpg",
    "song": "Think I’m in Love",
    "track_id": "96442c00-4fdc-3c98-9e9a-6f24b983417c",
    "recording_id": "582a510b-3c3e-49e0-8f88-f6e7fb28f073",
    "artist": "Beck",
    "artist_ids": [
        "309c62ba-7a22-4277-9f67-4a162526d18a"
    ],
    "album": "The Information",
    "release_id": "34a1d9bd-419c-4932-bb30-743618684548",
    "release_group_id": "dce5fb18-24d8-386d-b5db-8c52c4c73c82",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2006-10-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"I think I'm in love\nBut it makes me kinda nervous to say so...\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}