Information about plays

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

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

{
    "id": 3547558,
    "uri": "https://api.kexp.org/v2/plays/3547558/?format=api",
    "airdate": "2025-09-01T11:52:49-07:00",
    "show": 64446,
    "show_uri": "https://api.kexp.org/v2/shows/64446/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You Found Me",
    "track_id": null,
    "recording_id": null,
    "artist": "Kevin Morby, Waxahatchee",
    "artist_ids": [
        "eac962e1-0295-4e69-a266-4dab2adb4f11",
        "42321e24-42b6-4f08-b0d9-8325ee887a20"
    ],
    "album": "You Found Me",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cover of the 2008 song by The Fray! What a beautiful cover. https://www.stereogum.com/2314853/waxahatchee-kevin-morby-you-found-me-the-fray-cover/music/\n\nhttps://waxahatchee.bandcamp.com/\nhttps://kevinmorby.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}