Information about plays

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

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

{
    "id": 3603808,
    "uri": "https://api.kexp.org/v2/plays/3603808/?format=api",
    "airdate": "2026-01-13T10:42:25-08:00",
    "show": 65640,
    "show_uri": "https://api.kexp.org/v2/shows/65640/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Thoughts Back",
    "track_id": null,
    "recording_id": "c1ccf76c-1ed1-44f4-8e60-26cdf6ea1415",
    "artist": "Cable Ties",
    "artist_ids": [
        "e0b1fac5-28f5-42f1-91a1-b220dcd02275"
    ],
    "album": "All Her Plans",
    "release_id": null,
    "release_group_id": "a7440502-3431-4fbb-8fc5-e6bf304beea5",
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2023-06-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Melbourne band Cable Ties performed \"Thoughts Back\" during a powerful live performance in the KEXP studio in 2023.  See that entire session: https://www.youtube.com/watch?v=hfkpKe7Dezs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}