Information about plays

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

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

{
    "id": 3566812,
    "uri": "https://api.kexp.org/v2/plays/3566812/?format=api",
    "airdate": "2025-10-18T16:46:31-07:00",
    "show": 64869,
    "show_uri": "https://api.kexp.org/v2/shows/64869/?format=api",
    "image_uri": "https://ia600407.us.archive.org/11/items/mbid-05701ab9-0875-4d50-b974-739880b3263d/mbid-05701ab9-0875-4d50-b974-739880b3263d-18556527148_thumb500.jpg",
    "thumbnail_uri": "https://ia600407.us.archive.org/11/items/mbid-05701ab9-0875-4d50-b974-739880b3263d/mbid-05701ab9-0875-4d50-b974-739880b3263d-18556527148_thumb250.jpg",
    "song": "LMK",
    "track_id": "4d965424-4d2b-4c16-9d3e-7cfb717097a1",
    "recording_id": "abbd5dce-a900-464e-9f4b-cbedb6174a1d",
    "artist": "Kelela",
    "artist_ids": [
        "045494aa-e913-4e62-bf4e-dcc276e0075a"
    ],
    "album": "Take Me Apart",
    "release_id": "68cf62f8-47a6-4818-a71e-9d2b4b0297e2",
    "release_group_id": "72ff5e97-05c4-493a-8aea-3bad435a6fd0",
    "labels": [],
    "label_ids": [],
    "release_date": "2017-10-06",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}