Information about plays

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

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

{
    "id": 3544670,
    "uri": "https://api.kexp.org/v2/plays/3544670/?format=api",
    "airdate": "2025-08-25T14:41:09-07:00",
    "show": 64386,
    "show_uri": "https://api.kexp.org/v2/shows/64386/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Munyon Canyon",
    "track_id": null,
    "recording_id": "4ed11c28-6dca-459b-bf8e-e66e932f1f65",
    "artist": "Larry June, 2 Chainz & The Alchemist",
    "artist_ids": [
        "20d49152-11a2-4e55-8251-0d11dc6424fa",
        "dff0d392-4cd5-4052-9fbb-f485df3891e5",
        "03f3deb7-0419-4bf9-a1e7-511946385717"
    ],
    "album": "Life Is Beautiful",
    "release_id": null,
    "release_group_id": "1e86c086-21f9-4afb-9e98-c08ad0e874b2",
    "labels": [
        "ALC Records"
    ],
    "label_ids": [
        "d3c4c4f1-19fd-4c47-b810-50d9f44f0876"
    ],
    "release_date": "2025-02-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}