Information about plays

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

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

{
    "id": 3551476,
    "uri": "https://api.kexp.org/v2/plays/3551476/?format=api",
    "airdate": "2025-09-11T00:11:12-07:00",
    "show": 64529,
    "show_uri": "https://api.kexp.org/v2/shows/64529/?format=api",
    "image_uri": "https://coverartarchive.org/release/94c2eb34-839b-4a31-b31e-ada5798e95fa/32228239733-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/94c2eb34-839b-4a31-b31e-ada5798e95fa/32228239733-250.jpg",
    "song": "Hit Record",
    "track_id": null,
    "recording_id": "cd3c07f1-80e7-4411-aca5-4236481b87b6",
    "artist": "Brook Benton",
    "artist_ids": [
        "e449337e-4192-415d-88d0-81352c068d2c"
    ],
    "album": "Golden Hits, Volume 2",
    "release_id": null,
    "release_group_id": "70ba12ab-2c6c-4fb9-9c17-fc8a9e09e24f",
    "labels": [
        "Mercury"
    ],
    "label_ids": [],
    "release_date": "1963-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}