Information about plays

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

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

{
    "id": 3578784,
    "uri": "https://api.kexp.org/v2/plays/3578784/?format=api",
    "airdate": "2025-11-16T01:20:23-08:00",
    "show": 65123,
    "show_uri": "https://api.kexp.org/v2/shows/65123/?format=api",
    "image_uri": "https://coverartarchive.org/release/fcf59c4f-458a-4be0-9ff0-ae46bf7521ff/34721854979-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fcf59c4f-458a-4be0-9ff0-ae46bf7521ff/34721854979-250.jpg",
    "song": "Feed the Addiction",
    "track_id": null,
    "recording_id": "cd634347-7039-4223-adfa-9c79970363ec",
    "artist": "Skarp",
    "artist_ids": [
        "2ff67c10-df23-42b0-a44e-7bd4dbcacda0"
    ],
    "album": "Requiem",
    "release_id": null,
    "release_group_id": "ccc63530-23ec-3b36-93d3-03f901b3dfff",
    "labels": [
        "Alternative Tentacles"
    ],
    "label_ids": [
        "f1273178-651b-4d02-8f21-4ab1ec5a689a"
    ],
    "release_date": "2005-08-29",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in Seattle in 2000.\n\nhttps://alternativetentacles.com/pages/artist-page/skarp\nhttps://www.facebook.com/p/Skarp-Official-100032095256772/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}