Information about plays

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

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

{
    "id": 3622573,
    "uri": "https://api.kexp.org/v2/plays/3622573/?format=api",
    "airdate": "2026-02-26T14:18:44-08:00",
    "show": 66036,
    "show_uri": "https://api.kexp.org/v2/shows/66036/?format=api",
    "image_uri": "https://coverartarchive.org/release/6cd30d99-4923-4d5e-8e51-9d87506976f1/43702618964-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6cd30d99-4923-4d5e-8e51-9d87506976f1/43702618964-250.jpg",
    "song": "Face To Face",
    "track_id": null,
    "recording_id": "2a458435-b879-4173-b69b-b9d2bffb680c",
    "artist": "Daft Punk",
    "artist_ids": [
        "056e4f3e-d505-4dad-8ec1-d04f521cbb56"
    ],
    "album": "Discovery",
    "release_id": null,
    "release_group_id": "48117b90-a16e-34ca-a514-19c702df1158",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "2001-02-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday to the album \"Discovery,\" released on this date in 2001.\n--\nThis track features American house producer Todd Edwards co-producing and on vocals.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}