Information about plays

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

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

{
    "id": 3549413,
    "uri": "https://api.kexp.org/v2/plays/3549413/?format=api",
    "airdate": "2025-09-05T23:35:27-07:00",
    "show": 64485,
    "show_uri": "https://api.kexp.org/v2/shows/64485/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "My Love",
    "track_id": null,
    "recording_id": "f954bab0-7df0-471f-b182-605c5f1ec7c5",
    "artist": "The Diplomats feat. Freeway & Juelz Santana",
    "artist_ids": [
        "a377902f-595f-4389-aecf-a2c98111293b",
        "5d008bf9-2958-4640-a5de-dcdcebe711a4",
        "bea235a0-db63-44b1-881e-264d25791f5a"
    ],
    "album": "Diplomatic Immunity",
    "release_id": null,
    "release_group_id": "0d2d3410-a4c6-3bff-8a0d-f6049840d1fb",
    "labels": [
        "Roc‐A‐Fella Records"
    ],
    "label_ids": [
        "4cccc72a-0bd0-433a-905e-dad87871397d"
    ],
    "release_date": "2003-03-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}