Information about plays

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

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

{
    "id": 3603812,
    "uri": "https://api.kexp.org/v2/plays/3603812/?format=api",
    "airdate": "2026-01-13T10:53:51-08:00",
    "show": 65640,
    "show_uri": "https://api.kexp.org/v2/shows/65640/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Red Bull & Hennessy",
    "track_id": null,
    "recording_id": "903fd249-969f-488b-b661-8ccf6fe71a10",
    "artist": "Jenny Lewis",
    "artist_ids": [
        "9ad6d1e3-427f-4921-b603-7e9eda94a061"
    ],
    "album": "On the Line",
    "release_id": null,
    "release_group_id": "a1ca525f-28f5-4162-9f6a-c7412fdf5c36",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "2019-03-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jenny Lewis has been a child actress, sang and played in the band Rilo Kiley, and has played with Postal Service, Harry Styles, Jenny & Johnny, and Nice as Fuck. Jenny Lewis closed her set live in the KEXP studio with \"Red Bull & Hennessy\" in 2019. Watch the full performance here: https://youtu.be/DTq8xVku5ic",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}