Information about plays

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

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

{
    "id": 3544396,
    "uri": "https://api.kexp.org/v2/plays/3544396/?format=api",
    "airdate": "2025-08-24T21:38:06-07:00",
    "show": 64379,
    "show_uri": "https://api.kexp.org/v2/shows/64379/?format=api",
    "image_uri": "https://coverartarchive.org/release/8a3aecec-c60e-4b99-aa9a-b799c22f03ee/6257984024-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8a3aecec-c60e-4b99-aa9a-b799c22f03ee/6257984024-250.jpg",
    "song": "The Sun Rising",
    "track_id": null,
    "recording_id": "afd886e0-57b8-4770-a261-0e5092db0109",
    "artist": "The Beloved",
    "artist_ids": [
        "2b87e134-b4a3-48d8-afac-9501d4c6e931"
    ],
    "album": "Happiness",
    "release_id": null,
    "release_group_id": "105e747b-5ebb-3d0b-8867-ff2f5e2f073c",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1990-02-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}