Information about plays

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

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

{
    "id": 3597542,
    "uri": "https://api.kexp.org/v2/plays/3597542/?format=api",
    "airdate": "2025-12-29T08:40:48-08:00",
    "show": 65506,
    "show_uri": "https://api.kexp.org/v2/shows/65506/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Selfridges",
    "track_id": "64fd3c2e-70c5-43d9-999e-0307b49c2c36",
    "recording_id": "02a509d4-18c6-467a-a9d3-5a13e324569b",
    "artist": "ENNY",
    "artist_ids": [
        "42ac4e20-b10d-4d95-a103-b749fe386a19"
    ],
    "album": "Selfridges",
    "release_id": "d3c51b66-7fa2-4d9b-831a-2c3b039694d2",
    "release_group_id": "54a02cba-b8bd-49b9-ab1d-dac6dd666665",
    "labels": [
        "FAMM"
    ],
    "label_ids": [
        "9a329170-2d70-4a4f-ab94-d0e572fda4d8"
    ],
    "release_date": "2025-11-10",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New single from ENNY\n\nWatch the official video here: https://www.youtube.com/watch?v=-jBJWNvIjjQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}