Information about plays

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

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

{
    "id": 3522452,
    "uri": "https://api.kexp.org/v2/plays/3522452/?format=api",
    "airdate": "2025-07-04T06:55:57-07:00",
    "show": 63914,
    "show_uri": "https://api.kexp.org/v2/shows/63914/?format=api",
    "image_uri": "https://ia600209.us.archive.org/15/items/mbid-1cc9ea76-fdd8-40d9-95ed-c9eccef98c3d/mbid-1cc9ea76-fdd8-40d9-95ed-c9eccef98c3d-40757944604_thumb500.jpg",
    "thumbnail_uri": "https://ia600209.us.archive.org/15/items/mbid-1cc9ea76-fdd8-40d9-95ed-c9eccef98c3d/mbid-1cc9ea76-fdd8-40d9-95ed-c9eccef98c3d-40757944604_thumb250.jpg",
    "song": "Fuck You",
    "track_id": "0f23bf68-b72d-38af-a5fc-99a2e77bc745",
    "recording_id": "a4b25265-8261-4f0e-84f5-d7e29fd33162",
    "artist": "Lily Allen",
    "artist_ids": [
        "6e0c7c0e-cba5-4c2c-a652-38f71ef5785d"
    ],
    "album": "It’s Not Me, It’s You",
    "release_id": "1cc9ea76-fdd8-40d9-95ed-c9eccef98c3d",
    "release_group_id": "ff01d241-0d23-3625-851d-a3e1dd0b2c05",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2009-02-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "England",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}