Information about plays

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

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

{
    "id": 3598677,
    "uri": "https://api.kexp.org/v2/plays/3598677/?format=api",
    "airdate": "2026-01-01T03:50:58-08:00",
    "show": 65529,
    "show_uri": "https://api.kexp.org/v2/shows/65529/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "He Loves Me 2 (Silk's 12\" Mix)",
    "track_id": null,
    "recording_id": "43c85377-7812-4082-bee8-f61bc45bd536",
    "artist": "CeCe Peniston",
    "artist_ids": [
        "16b3f3fc-6c76-4fec-8f0b-9fa9a4ec8e91"
    ],
    "album": "He Loves Me 2",
    "release_id": null,
    "release_group_id": "6f0de06a-90aa-468f-b3f8-61d03dfdd9d2",
    "labels": [
        "S-S Records"
    ],
    "label_ids": [
        "ccf01d63-28a4-4848-82c2-41241d1378a7"
    ],
    "release_date": "2000-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}