Information about plays

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

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

{
    "id": 3558648,
    "uri": "https://api.kexp.org/v2/plays/3558648/?format=api",
    "airdate": "2025-09-28T03:05:24-07:00",
    "show": 64688,
    "show_uri": "https://api.kexp.org/v2/shows/64688/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Two Out of Three Ain’t Bad",
    "track_id": "9a17a837-7f19-41c0-8586-e43ad5b97d3e",
    "recording_id": "ef80346f-c7fe-4a85-a214-71538c4dc8cf",
    "artist": "Meat Loaf",
    "artist_ids": [
        "b134d1bf-c7c7-4427-93ac-9fdbc2b59ef1"
    ],
    "album": "Bat out of Hell",
    "release_id": "cee8a61f-7cac-4018-810c-cf3947dc09d7",
    "release_group_id": "47616c4c-5d4b-30f6-83bc-60e1c696b099",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1977-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dad request! Happy belated birthday to Robert Paul- sorry, Meatloaf!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}