Information about plays

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

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

{
    "id": 3527471,
    "uri": "https://api.kexp.org/v2/plays/3527471/?format=api",
    "airdate": "2025-07-15T22:35:24-07:00",
    "show": 64025,
    "show_uri": "https://api.kexp.org/v2/shows/64025/?format=api",
    "image_uri": "https://coverartarchive.org/release/e0a99353-b541-4273-aefd-d3bd1f2a4acc/40072945180-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e0a99353-b541-4273-aefd-d3bd1f2a4acc/40072945180-250.jpg",
    "song": "Jailbreak (Take 5 / Demo)",
    "track_id": null,
    "recording_id": "f69f121e-cf20-492a-9509-d04cef743d57",
    "artist": "Thin Lizzy",
    "artist_ids": [
        "6a726ac6-019e-455c-8bbb-571a77bed52e"
    ],
    "album": "1976",
    "release_id": null,
    "release_group_id": "780157a5-45a3-4981-8ca0-430847604f8e",
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "2024-09-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "By request from Jason in Bellevue!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}