Information about plays

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

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

{
    "id": 3546593,
    "uri": "https://api.kexp.org/v2/plays/3546593/?format=api",
    "airdate": "2025-08-30T05:40:47-07:00",
    "show": 64424,
    "show_uri": "https://api.kexp.org/v2/shows/64424/?format=api",
    "image_uri": "https://coverartarchive.org/release/a59a0e76-ae5c-4373-84de-644f55a45150/12699162449-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a59a0e76-ae5c-4373-84de-644f55a45150/12699162449-250.jpg",
    "song": "Fearless",
    "track_id": null,
    "recording_id": "43998b23-acc0-408f-8059-e69b0334970f",
    "artist": "Pink Floyd",
    "artist_ids": [
        "83d91898-7763-47d7-b03b-b92132375c47"
    ],
    "album": "Meddle",
    "release_id": null,
    "release_group_id": "4e98c9b4-92f6-3049-b9da-a1088b623672",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1971-10-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "request for Rafael",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}