Information about plays

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

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

{
    "id": 3594488,
    "uri": "https://api.kexp.org/v2/plays/3594488/?format=api",
    "airdate": "2025-12-22T13:45:25-08:00",
    "show": 65449,
    "show_uri": "https://api.kexp.org/v2/shows/65449/?format=api",
    "image_uri": "https://coverartarchive.org/release/5b6f13e4-fc69-483c-a23e-84dded2a7751/21657073972-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5b6f13e4-fc69-483c-a23e-84dded2a7751/21657073972-250.jpg",
    "song": "Christmas Time Is Here",
    "track_id": null,
    "recording_id": "de48f528-7703-452d-b4c1-2b9917031e98",
    "artist": "Lucius",
    "artist_ids": [
        "1676172f-657a-4771-96ff-4a1c2ef1997e"
    ],
    "album": "The 2018 Paste Holiday Sampler",
    "release_id": null,
    "release_group_id": "ec2a7de6-2db1-44bf-969c-2c8e5889c6e1",
    "labels": [],
    "label_ids": [],
    "release_date": "2018-12-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.jambase.com/article/lucius-christmas-time-is-here-fug-yep-soundation-richard-swift",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}