Information about plays

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

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

{
    "id": 3576982,
    "uri": "https://api.kexp.org/v2/plays/3576982/?format=api",
    "airdate": "2025-11-11T22:07:22-08:00",
    "show": 65085,
    "show_uri": "https://api.kexp.org/v2/shows/65085/?format=api",
    "image_uri": "https://dn721904.ca.archive.org/0/items/mbid-2e6003ed-508a-4faa-afc9-5d866be67ddc/mbid-2e6003ed-508a-4faa-afc9-5d866be67ddc-33331765460_thumb500.jpg",
    "thumbnail_uri": "https://dn721904.ca.archive.org/0/items/mbid-2e6003ed-508a-4faa-afc9-5d866be67ddc/mbid-2e6003ed-508a-4faa-afc9-5d866be67ddc-33331765460_thumb250.jpg",
    "song": "Lose It (Yound Galaxy remix)",
    "track_id": "22459886-05f7-4b67-8c87-8c5950bc8ce7",
    "recording_id": "0af4c5fa-054b-4e4a-b4c1-a0dc42d6c88b",
    "artist": "Austra",
    "artist_ids": [
        "af9e8d94-d471-4f91-82c7-250c22545162"
    ],
    "album": "Sparkle",
    "release_id": "b7eaca52-6514-4341-8870-86ceabf98745",
    "release_group_id": "dc84f49e-f2a2-4f35-b36d-1b2f9b4ef06b",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "f27235b7-7666-4d70-a2c7-9f7b1981eaa0"
    ],
    "release_date": "2011-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "*young",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}