Information about plays

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

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

{
    "id": 3542065,
    "uri": "https://api.kexp.org/v2/plays/3542065/?format=api",
    "airdate": "2025-08-19T12:37:17-07:00",
    "show": 64331,
    "show_uri": "https://api.kexp.org/v2/shows/64331/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Loser",
    "track_id": "dc8ec9e2-3d28-448b-be9d-cc73f94a5e49",
    "recording_id": "47784e19-de37-410c-8b45-d8b87fb10c81",
    "artist": "Dutch Mustard",
    "artist_ids": [
        "990a91dd-6df6-421b-9732-dc62781f6fe4"
    ],
    "album": "Loser",
    "release_id": "2e348a69-732a-46a3-aee1-baa33e2698dd",
    "release_group_id": "5a2a30f2-12f4-49a7-8d2a-b1b944199673",
    "labels": [],
    "label_ids": [],
    "release_date": "2024-07-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Netherlands-born, London-based Sarah-Jayne Riedel is the mastermind behind shoegazing alt-rock project Dutch Mustard.\n--\nGo here to purchase the single \"Loser\": https://dutchmustard.bandcamp.com/track/loser",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}