Information about plays

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

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

{
    "id": 3637118,
    "uri": "https://api.kexp.org/v2/plays/3637118/?format=api",
    "airdate": "2026-04-03T03:15:13-07:00",
    "show": 66350,
    "show_uri": "https://api.kexp.org/v2/shows/66350/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Flex (Ooh, Ooh, Ooh)",
    "track_id": null,
    "recording_id": "3740960e-8031-4da1-99dd-de1821879023",
    "artist": "Rich Homie Quan",
    "artist_ids": [
        "d9547d08-4c2e-47fc-9451-b8e3f889716e"
    ],
    "album": "Flex (Ooh, Ooh, Ooh)",
    "release_id": null,
    "release_group_id": "e83c8585-dc08-47a2-935b-ec86e8bbb561",
    "labels": [
        "Think It’s a Game Records"
    ],
    "label_ids": [
        "d4351ac9-1d97-4cdb-8fc2-5ad1d8f1acfc"
    ],
    "release_date": "2015-02-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}