Information about plays

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

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

{
    "id": 3586524,
    "uri": "https://api.kexp.org/v2/plays/3586524/?format=api",
    "airdate": "2025-12-04T01:59:13-08:00",
    "show": 65283,
    "show_uri": "https://api.kexp.org/v2/shows/65283/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Grown Man",
    "track_id": null,
    "recording_id": "81721d99-11bb-4381-be70-0559fe190692",
    "artist": "Fly Moon Royalty",
    "artist_ids": [
        "ee5f52b5-d98d-4f9b-aef9-ff4b3b45d24e"
    ],
    "album": "Delicious Trouble",
    "release_id": null,
    "release_group_id": "badecb3e-fab9-4e2d-bf9d-9dcef78bbc3a",
    "labels": [],
    "label_ids": [],
    "release_date": "2016-04-22",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Watch Adra Boo and Mike Illvester of Fly Moon Royalty live in-studio performance at KEXP: https://www.youtube.com/watch?v=gqf8e5DMCjI\nhttps://flymoonroyalty.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}