Information about plays

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

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

{
    "id": 3603961,
    "uri": "https://api.kexp.org/v2/plays/3603961/?format=api",
    "airdate": "2026-01-13T19:12:52-08:00",
    "show": 65643,
    "show_uri": "https://api.kexp.org/v2/shows/65643/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Khosro",
    "track_id": null,
    "recording_id": "6a4fa5e5-b998-4428-bf95-c42022cd0ebb",
    "artist": "محمدرضا شجريان",
    "artist_ids": [
        "1e6c8164-a1a1-457f-9c39-efbef12942c6"
    ],
    "album": "Khosro",
    "release_id": null,
    "release_group_id": "dcfef00a-f9da-400b-be20-90ac955a8a57",
    "labels": [],
    "label_ids": [],
    "release_date": "2020-10-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mohammad Reza Shajarian, born in Mashhad, Iran\n\nhttps://mohammadrezashajarian.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}