Information about plays

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

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

{
    "id": 3562465,
    "uri": "https://api.kexp.org/v2/plays/3562465/?format=api",
    "airdate": "2025-10-07T22:00:04-07:00",
    "show": 64774,
    "show_uri": "https://api.kexp.org/v2/shows/64774/?format=api",
    "image_uri": "https://dn721903.ca.archive.org/0/items/mbid-6ae4fa45-9bde-45ba-b2cd-3f0b90a8cf87/mbid-6ae4fa45-9bde-45ba-b2cd-3f0b90a8cf87-43234285754_thumb500.jpg",
    "thumbnail_uri": "https://dn721903.ca.archive.org/0/items/mbid-6ae4fa45-9bde-45ba-b2cd-3f0b90a8cf87/mbid-6ae4fa45-9bde-45ba-b2cd-3f0b90a8cf87-43234285754_thumb250.jpg",
    "song": "Noche No Te Vayas",
    "track_id": "9f6ce68c-4a31-4785-80c5-7f8711b4a618",
    "recording_id": "32a05b6e-a916-4795-ae7a-fb04786111cb",
    "artist": "Angela Muñoz",
    "artist_ids": [
        "fb90836b-d4f8-480f-8f40-b453569c9fe2"
    ],
    "album": "Noche No Te Vayas",
    "release_id": "6ae4fa45-9bde-45ba-b2cd-3f0b90a8cf87",
    "release_group_id": "993d9e6a-b238-4a2b-8049-c203a66b5924",
    "labels": [
        "Stones Throw Records"
    ],
    "label_ids": [
        "f1b83107-23e5-41a3-ab1b-2a36965cf77b"
    ],
    "release_date": "2025-09-24",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}