Information about plays

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

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

{
    "id": 3577322,
    "uri": "https://api.kexp.org/v2/plays/3577322/?format=api",
    "airdate": "2025-11-12T17:00:00-08:00",
    "show": 65092,
    "show_uri": "https://api.kexp.org/v2/shows/65092/?format=api",
    "image_uri": "https://ia600808.us.archive.org/25/items/mbid-eb89ea90-7316-4682-94d7-fa29e93e6180/mbid-eb89ea90-7316-4682-94d7-fa29e93e6180-43463560315_thumb500.jpg",
    "thumbnail_uri": "https://ia600808.us.archive.org/25/items/mbid-eb89ea90-7316-4682-94d7-fa29e93e6180/mbid-eb89ea90-7316-4682-94d7-fa29e93e6180-43463560315_thumb250.jpg",
    "song": "Taking out the Trash",
    "track_id": "540a476a-55f0-4740-86b4-4cd834ec14d9",
    "recording_id": "217185c7-c28a-4e5e-8ba3-fc24e75de66e",
    "artist": "SML",
    "artist_ids": [
        "f127f13b-b897-4595-ae01-4bf4129ff87b"
    ],
    "album": "How You Been",
    "release_id": "eb89ea90-7316-4682-94d7-fa29e93e6180",
    "release_group_id": "27dacd5c-7f66-4ebf-a8f5-1610b6eca083",
    "labels": [
        "International Anthem Recording Co."
    ],
    "label_ids": [
        "817464f6-8b69-4467-988c-1ce0bc23122e"
    ],
    "release_date": "2025-11-07",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Chicago-based group founded in 2014!\nhttps://intlanthem.bandcamp.com/track/taking-out-the-trash",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}