Information about plays

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

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

{
    "id": 3628533,
    "uri": "https://api.kexp.org/v2/plays/3628533/?format=api",
    "airdate": "2026-03-13T21:54:14-07:00",
    "show": 66172,
    "show_uri": "https://api.kexp.org/v2/shows/66172/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Goodsin",
    "track_id": null,
    "recording_id": "6ed67cf4-c2c3-442f-b09b-85ada89305cc",
    "artist": "Olivetheboy",
    "artist_ids": [
        "50c70b8d-321b-48df-9050-1a7316af399b"
    ],
    "album": "Goodsin",
    "release_id": null,
    "release_group_id": "f6d5ebb1-2f79-4b77-88f1-5a0232d68615",
    "labels": [],
    "label_ids": [],
    "release_date": "2023-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}