Information about plays

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

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

{
    "id": 3578776,
    "uri": "https://api.kexp.org/v2/plays/3578776/?format=api",
    "airdate": "2025-11-16T00:48:13-08:00",
    "show": 65123,
    "show_uri": "https://api.kexp.org/v2/shows/65123/?format=api",
    "image_uri": "https://coverartarchive.org/release/f0bb7a6c-2218-3f4e-a341-8559a8149c03/33463298277-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f0bb7a6c-2218-3f4e-a341-8559a8149c03/33463298277-250.jpg",
    "song": "Now Your Ships Are Burned",
    "track_id": null,
    "recording_id": "f86e32f7-afcd-4aab-b4ac-e909841973fa",
    "artist": "Yngwie Malmsteen",
    "artist_ids": [
        "8fa5d80d-37e8-4133-9d5c-6bad446c63f0"
    ],
    "album": "Rising Force",
    "release_id": null,
    "release_group_id": "fc834265-1dd4-3af6-9192-25a3188a1ff2",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1984-11-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Yngwie posted a recent video of him playing a guitar with one hand.  You can check it out on his Facebook page.\n\nhttps://www.facebook.com/officialyngwiemalmsteen/#\nhttps://www.yngwiemalmsteen.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}