Information about plays

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

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

{
    "id": 3578775,
    "uri": "https://api.kexp.org/v2/plays/3578775/?format=api",
    "airdate": "2025-11-16T00:44:32-08:00",
    "show": 65123,
    "show_uri": "https://api.kexp.org/v2/shows/65123/?format=api",
    "image_uri": "https://coverartarchive.org/release/31772b80-6448-4056-ad2f-c1da4c0f06b8/4442849437-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/31772b80-6448-4056-ad2f-c1da4c0f06b8/4442849437-250.jpg",
    "song": "Crossbreaker",
    "track_id": null,
    "recording_id": "2eae282a-af1a-4a14-824b-56c0cb8d836b",
    "artist": "Power Trip",
    "artist_ids": [
        "7f179acc-d6eb-4ca9-af90-c14e397fb613"
    ],
    "album": "Manifest Decimation",
    "release_id": null,
    "release_group_id": "b19b6d1e-eabe-4b44-962e-873e161af581",
    "labels": [
        "Southern Lord"
    ],
    "label_ids": [
        "3b78c7e5-6292-4f6b-b921-bdcbe681ea27"
    ],
    "release_date": "2013-06-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP Riley Gale 1986-2020\n\nhttps://powertrip.bandcamp.com/album/hornets-nest-single\nhttps://www.facebook.com/powertripTX/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}