Information about plays

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

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

{
    "id": 3598595,
    "uri": "https://api.kexp.org/v2/plays/3598595/?format=api",
    "airdate": "2025-12-31T22:20:10-08:00",
    "show": 65528,
    "show_uri": "https://api.kexp.org/v2/shows/65528/?format=api",
    "image_uri": "https://ia803101.us.archive.org/25/items/mbid-af049cb7-fe0a-4a8c-9f52-6ab26e31f9c5/mbid-af049cb7-fe0a-4a8c-9f52-6ab26e31f9c5-20060862941_thumb500.jpg",
    "thumbnail_uri": "https://ia803101.us.archive.org/25/items/mbid-af049cb7-fe0a-4a8c-9f52-6ab26e31f9c5/mbid-af049cb7-fe0a-4a8c-9f52-6ab26e31f9c5-20060862941_thumb250.jpg",
    "song": "In My Life",
    "track_id": "9845067c-06a7-42b0-9885-e7543c114c32",
    "recording_id": "5e7a3a47-3df6-4ae7-a60d-fb212758ad81",
    "artist": "The Beatles",
    "artist_ids": [
        "b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d"
    ],
    "album": "Rubber Soul",
    "release_id": "af049cb7-fe0a-4a8c-9f52-6ab26e31f9c5",
    "release_group_id": "dca03435-8adb-30a5-ba82-5a162267ff38",
    "labels": [
        "Apple Records",
        "Parlophone",
        "Capitol Records"
    ],
    "label_ids": [
        "cf7fc5cf-e011-4ef4-b511-cd0188537910",
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9",
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2009-09-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy New Year!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}