Information about plays

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

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

{
    "id": 3547318,
    "uri": "https://api.kexp.org/v2/plays/3547318/?format=api",
    "airdate": "2025-08-31T21:40:46-07:00",
    "show": 64440,
    "show_uri": "https://api.kexp.org/v2/shows/64440/?format=api",
    "image_uri": "https://coverartarchive.org/release/628c0e2e-88d0-4859-9140-6ff4ec92996c/39233474986-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/628c0e2e-88d0-4859-9140-6ff4ec92996c/39233474986-250.jpg",
    "song": "Fools Gold (Rabbit in the Moon’s Message to the Majors)",
    "track_id": null,
    "recording_id": "5a5e55f8-103c-4991-90c6-4ccd757b626a",
    "artist": "The Stone Roses",
    "artist_ids": [
        "b5fa29f1-6c22-4321-a488-b5f363b06b06"
    ],
    "album": "The Rabbit in the Moon Remixes, Volume 3",
    "release_id": null,
    "release_group_id": "0028b827-42b0-418a-93ce-ae4eb4a1e7cd",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2020-11-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}