Information about plays

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

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

{
    "id": 3598561,
    "uri": "https://api.kexp.org/v2/plays/3598561/?format=api",
    "airdate": "2025-12-31T19:52:34-08:00",
    "show": 65527,
    "show_uri": "https://api.kexp.org/v2/shows/65527/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Brutos amores",
    "track_id": null,
    "recording_id": "6041be44-f313-4f19-af75-b9c75fb571c2",
    "artist": "Oruã",
    "artist_ids": [
        "7d8af4f1-6222-4a89-a856-89aa6b8d33f4"
    ],
    "album": "Passe",
    "release_id": null,
    "release_group_id": "c701594a-797a-4bac-ad7d-42573d8ea3e1",
    "labels": [
        "Transfusão Noise Records"
    ],
    "label_ids": [
        "e5f4c7b8-63bd-44fe-bf30-bd954a4361f4"
    ],
    "release_date": "2024-07-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This Rio de Janeiro group was discovered by Doug Martsch of Built to Spill. \nOruã - Full Performance (Live on KEXP) https://www.youtube.com/watch?v=0vbG_xNCNzc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}