Information about plays

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

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

{
    "id": 3549860,
    "uri": "https://api.kexp.org/v2/plays/3549860/?format=api",
    "airdate": "2025-09-07T01:53:46-07:00",
    "show": 64496,
    "show_uri": "https://api.kexp.org/v2/shows/64496/?format=api",
    "image_uri": "https://coverartarchive.org/release/a08463fb-4a99-4d97-be9d-7df45ea04ab3/12084578180-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a08463fb-4a99-4d97-be9d-7df45ea04ab3/12084578180-250.jpg",
    "song": "Beer Revolution",
    "track_id": null,
    "recording_id": "3236f2b6-f3fb-4da1-a4a0-44973ee83313",
    "artist": "Red Razor",
    "artist_ids": [
        "99b6d3bf-11f9-42ff-aa6b-af85a331577a"
    ],
    "album": "Beer Revolution",
    "release_id": null,
    "release_group_id": "ef1d4814-7aa3-4d48-97b1-b085f56b14a0",
    "labels": [
        "Kyrios CD Solution"
    ],
    "label_ids": [
        "2bb2468d-0174-4f5d-8b9b-95e598513b7e"
    ],
    "release_date": "2015-07-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Brazil and featuring members of Predator and Distressed.\n\nhttps://redrazor.bandcamp.com/\nhttps://www.facebook.com/RedRazorThrashMetal",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}