Information about plays

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

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

{
    "id": 3523493,
    "uri": "https://api.kexp.org/v2/plays/3523493/?format=api",
    "airdate": "2025-07-06T14:29:06-07:00",
    "show": 63938,
    "show_uri": "https://api.kexp.org/v2/shows/63938/?format=api",
    "image_uri": "https://dn721900.ca.archive.org/0/items/mbid-d80f43b7-3794-4236-9c6b-45d9007ca1f3/mbid-d80f43b7-3794-4236-9c6b-45d9007ca1f3-42050974060_thumb500.jpg",
    "thumbnail_uri": "https://dn721900.ca.archive.org/0/items/mbid-d80f43b7-3794-4236-9c6b-45d9007ca1f3/mbid-d80f43b7-3794-4236-9c6b-45d9007ca1f3-42050974060_thumb250.jpg",
    "song": "Catching Feelings",
    "track_id": "047684c6-21ee-4bcf-a9a0-8888985a08d7",
    "recording_id": "0a247d30-5fc4-4f77-85d4-3054ad87f219",
    "artist": "Cerrone & Christine and the Queens",
    "artist_ids": [
        "9ec90f51-2c4a-495b-b478-2dfc9c07f8bc",
        "9c90ffbf-b137-4dee-bfcc-b8010787840d"
    ],
    "album": "Catching feelings",
    "release_id": "d80f43b7-3794-4236-9c6b-45d9007ca1f3",
    "release_group_id": "5b273ac6-3860-41d2-9167-64825a2d146c",
    "labels": [
        "Because Music"
    ],
    "label_ids": [
        "23450486-837c-46a6-8b3f-b22429a0dfe1"
    ],
    "release_date": "2025-05-23",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}