Information about plays

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

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

{
    "id": 3587780,
    "uri": "https://api.kexp.org/v2/plays/3587780/?format=api",
    "airdate": "2025-12-06T21:20:38-08:00",
    "show": 65309,
    "show_uri": "https://api.kexp.org/v2/shows/65309/?format=api",
    "image_uri": "https://coverartarchive.org/release/dd6e60d2-53cd-4dd1-a282-184c51967b4b/3670466139-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/dd6e60d2-53cd-4dd1-a282-184c51967b4b/3670466139-250.jpg",
    "song": "Time to Waste",
    "track_id": null,
    "recording_id": "ac2966eb-7482-432f-b7f8-7e8af893f6d4",
    "artist": "Alkaline Trio",
    "artist_ids": [
        "69421e11-e4c3-4854-951b-ceab4972e38e"
    ],
    "album": "Crimson",
    "release_id": null,
    "release_group_id": "16521034-8046-39e2-b241-72ad50f7971d",
    "labels": [
        "Vagrant Records"
    ],
    "label_ids": [
        "56c4226d-8962-4807-9ffa-dd6a10358fbb"
    ],
    "release_date": "2005-05-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out fan A3 podcast \"As You Were\" wherever quality podcasts are found",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}