Information about plays

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

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

{
    "id": 3594713,
    "uri": "https://api.kexp.org/v2/plays/3594713/?format=api",
    "airdate": "2025-12-23T02:48:04-08:00",
    "show": 65453,
    "show_uri": "https://api.kexp.org/v2/shows/65453/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Think…",
    "track_id": null,
    "recording_id": "5bfb5487-c3c5-409a-abe9-a919899c945d",
    "artist": "Bladee",
    "artist_ids": [
        "cd689e77-dfdd-4f81-b50c-5e5a3f5e38a4"
    ],
    "album": "The Fool",
    "release_id": null,
    "release_group_id": "ec2331a8-4a37-40d1-8943-bc6f16b77259",
    "labels": [
        "YEAR0001"
    ],
    "label_ids": [
        "f722d3e7-56d1-46a2-a51f-8ca43cc6e26b"
    ],
    "release_date": "2021-05-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.youtube.com/watch?v=oGPA9k86UcE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}