Information about plays

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

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

{
    "id": 3631739,
    "uri": "https://api.kexp.org/v2/plays/3631739/?format=api",
    "airdate": "2026-03-21T01:30:14-07:00",
    "show": 66237,
    "show_uri": "https://api.kexp.org/v2/shows/66237/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "AO (Lost in the Sway)",
    "track_id": null,
    "recording_id": null,
    "artist": "TV Heart Attack",
    "artist_ids": [
        "db2faea2-37d5-4528-a282-802268c41068"
    ],
    "album": "Lost In The Sway",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Thorny Bleeder Records"
    ],
    "label_ids": [
        "abb6bc22-82dd-47fd-a915-8e7a228a376d"
    ],
    "release_date": "2009-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "TV Heart Attack features Jason Corbett and Arthur of ACTORS. This was their first project together before forming ACTORS. https://www.youtube.com/watch?v=NeoBiDS-CWw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}