Information about plays

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

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

{
    "id": 3590160,
    "uri": "https://api.kexp.org/v2/plays/3590160/?format=api",
    "airdate": "2025-12-12T13:21:09-08:00",
    "show": 65356,
    "show_uri": "https://api.kexp.org/v2/shows/65356/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Yo te miré",
    "track_id": null,
    "recording_id": "966ac277-3f38-41a9-91df-1c908ecdb766",
    "artist": "Tres Apenas Como Eso",
    "artist_ids": [
        "b4afe84e-8cd3-4593-b70b-b65f2f06c9a3"
    ],
    "album": "Grand Theft Auto: Vice City – Music from Radio Espantoso (Original Video Game Soundtrack)",
    "release_id": null,
    "release_group_id": "b69d2192-6e7f-4e0f-8d68-8902ac132da6",
    "labels": [
        "Rockstar Games"
    ],
    "label_ids": [
        "05b968fd-a428-40d6-a68e-fa759e44e513"
    ],
    "release_date": "2013-04-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tres Apenas Como Eso is a fictional Latin band. They have only one song \"Yo Te Mire\" and it can be heard in the game Grand Theft Auto: Vice City.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}