Information about plays

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

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

{
    "id": 3603488,
    "uri": "https://api.kexp.org/v2/plays/3603488/?format=api",
    "airdate": "2026-01-12T14:48:37-08:00",
    "show": 65633,
    "show_uri": "https://api.kexp.org/v2/shows/65633/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jealous Guy (studio version)",
    "track_id": "63487675-7dd6-3bcc-bd0f-3469b16198d5",
    "recording_id": "5809bfd6-0c4f-44b8-9762-22794d0f225c",
    "artist": "Donny Hathaway",
    "artist_ids": [
        "3f6ae36d-ffdb-40cf-98e6-8023cb1c41c9"
    ],
    "album": "Someday We'll All Be Free",
    "release_id": "81470155-b353-45b6-9b4b-ce3b61223596",
    "release_group_id": "76e3b795-6cef-422a-b461-a0f76a532725",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2010-03-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Drew in Ballard!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}