Information about plays

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

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

{
    "id": 3553181,
    "uri": "https://api.kexp.org/v2/plays/3553181/?format=api",
    "airdate": "2025-09-15T00:39:40-07:00",
    "show": 64565,
    "show_uri": "https://api.kexp.org/v2/shows/64565/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Exclaim Da Name",
    "track_id": null,
    "recording_id": "e39f5db6-4b89-45c3-95f2-8a5e4ba64ce5",
    "artist": "Kankick",
    "artist_ids": [
        "09494fe1-9862-4b18-ba10-6b8eef2e383b"
    ],
    "album": "Andsoitisaid the Instrumentals",
    "release_id": null,
    "release_group_id": "559d974a-f1fd-4a13-834c-73f9ea6849e9",
    "labels": [],
    "label_ids": [],
    "release_date": "2020-11-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}