Information about plays

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

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

{
    "id": 3543480,
    "uri": "https://api.kexp.org/v2/plays/3543480/?format=api",
    "airdate": "2025-08-22T21:38:54-07:00",
    "show": 64358,
    "show_uri": "https://api.kexp.org/v2/shows/64358/?format=api",
    "image_uri": "https://coverartarchive.org/release/0fe8c9fa-b896-43c6-a2b5-c16e64559057/5910009457-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0fe8c9fa-b896-43c6-a2b5-c16e64559057/5910009457-250.jpg",
    "song": "Mista President",
    "track_id": null,
    "recording_id": "79f775ba-c3ad-41a5-8005-ff10834ca49b",
    "artist": "The Souljazz Orchestra",
    "artist_ids": [
        "453dab0c-aa5f-4091-bf58-64dead0d06b8"
    ],
    "album": "Freedom No Go Die",
    "release_id": null,
    "release_group_id": "db528f0b-c131-3362-b490-cad590af8c94",
    "labels": [],
    "label_ids": [],
    "release_date": "2007-02-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}