Information about plays

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

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

{
    "id": 3578764,
    "uri": "https://api.kexp.org/v2/plays/3578764/?format=api",
    "airdate": "2025-11-16T00:00:30-08:00",
    "show": 65123,
    "show_uri": "https://api.kexp.org/v2/shows/65123/?format=api",
    "image_uri": "https://coverartarchive.org/release/964443bb-b331-4ab2-9148-727e3c2997ca/15356973953-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/964443bb-b331-4ab2-9148-727e3c2997ca/15356973953-250.jpg",
    "song": "Get Off My Back",
    "track_id": null,
    "recording_id": "6094d5b4-a5d7-496c-9d43-d304200abe0e",
    "artist": "Rogue Male",
    "artist_ids": [
        "7fa9092c-369c-49f0-842c-cbaa0d028502"
    ],
    "album": "First Visit",
    "release_id": null,
    "release_group_id": "ba1f7ae0-7dd3-31ab-bf61-bfa5a0ab242a",
    "labels": [
        "Metal Mind Productions"
    ],
    "label_ids": [
        "7a59176d-27ff-4f8b-beed-252e00e05314"
    ],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rogue Male was thought to be \"the next big thing\" by Kerrang! but they never \"broke through\". Despite rumours about a possible third album, they disbanded in 1987. They reunited in 2008, after 21 years of inactivity.\n\nhttps://roguemale.bandcamp.com/\nhttps://roguemale.rocks/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}