Information about plays

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

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

{
    "id": 3598825,
    "uri": "https://api.kexp.org/v2/plays/3598825/?format=api",
    "airdate": "2026-01-01T12:55:16-08:00",
    "show": 65532,
    "show_uri": "https://api.kexp.org/v2/shows/65532/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "If It Makes You Happy",
    "track_id": "3d0b23d3-9bd7-43e4-833e-b06e28638206",
    "recording_id": "58c0e24c-8fcb-4c88-bcf2-0bce85812968",
    "artist": "Sheryl Crow",
    "artist_ids": [
        "80ccfede-c258-4575-a7ad-c982e9932e0f"
    ],
    "album": "Sheryl Crow",
    "release_id": "a572a6fa-3c87-40ec-b899-631c38cfdda8",
    "release_group_id": "9d95366b-4d7b-360a-a847-19286e55f98d",
    "labels": [
        "A&M Records",
        "PolyGram"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c",
        "1fc9f71a-8d08-4c02-ab13-fa752750ae44"
    ],
    "release_date": "1996-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Byyyeee!! Happy New Years!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}