Information about plays

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

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

{
    "id": 3500221,
    "uri": "https://api.kexp.org/v2/plays/3500221/?format=api",
    "airdate": "2025-05-12T00:54:51-07:00",
    "show": 63437,
    "show_uri": "https://api.kexp.org/v2/shows/63437/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Overdue",
    "track_id": null,
    "recording_id": "ed72e84c-5859-4a8d-9582-8be06cd1f34c",
    "artist": "TATYANA",
    "artist_ids": [
        "d27f8596-c425-44b8-9898-fe8c15eaa4a9"
    ],
    "album": "Superlife",
    "release_id": null,
    "release_group_id": "da3e69cb-798a-341e-90e7-2fec820e20b6",
    "labels": [
        "Velvel"
    ],
    "label_ids": [
        "bfdf276a-2236-49cf-bf75-9308c4ca3113"
    ],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}