Information about plays

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

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

{
    "id": 3564787,
    "uri": "https://api.kexp.org/v2/plays/3564787/?format=api",
    "airdate": "2025-10-14T02:02:50-07:00",
    "show": 64830,
    "show_uri": "https://api.kexp.org/v2/shows/64830/?format=api",
    "image_uri": "https://ia801203.us.archive.org/0/items/mbid-c5d91007-f053-4d81-a958-93c9cb4611de/mbid-c5d91007-f053-4d81-a958-93c9cb4611de-11322897198_thumb500.jpg",
    "thumbnail_uri": "https://ia801203.us.archive.org/0/items/mbid-c5d91007-f053-4d81-a958-93c9cb4611de/mbid-c5d91007-f053-4d81-a958-93c9cb4611de-11322897198_thumb250.jpg",
    "song": "Liar’s Love",
    "track_id": "40d7185e-4f67-439d-8fd0-5c21b04cee66",
    "recording_id": "122a7f0b-349a-4604-a386-4f5afb63d187",
    "artist": "Title Fight",
    "artist_ids": [
        "1154d345-8061-4d04-a52a-6214288523ac"
    ],
    "album": "Hyperview",
    "release_id": "c5d91007-f053-4d81-a958-93c9cb4611de",
    "release_group_id": "d3393fce-2571-4ae1-9ff0-c65f6af44b89",
    "labels": [
        "Anti‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2015-02-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}