Information about plays

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

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

{
    "id": 3631290,
    "uri": "https://api.kexp.org/v2/plays/3631290/?format=api",
    "airdate": "2026-03-20T02:32:46-07:00",
    "show": 66227,
    "show_uri": "https://api.kexp.org/v2/shows/66227/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "One Man Show",
    "track_id": null,
    "recording_id": "2f096944-193a-4330-b627-8161b2fb87e4",
    "artist": "Finale",
    "artist_ids": [
        "57486b1f-f5e6-44c1-9740-028f465559aa"
    ],
    "album": "A Pipe Dream and a Promise",
    "release_id": null,
    "release_group_id": "555c5afd-ddbe-3f94-91a7-8d7d52f3f697",
    "labels": [
        "Interdependent Media"
    ],
    "label_ids": [
        "56b25e0a-c9cd-41b8-9cb2-b6a972b01ae0"
    ],
    "release_date": "2009-04-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}