Information about plays

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

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

{
    "id": 3550000,
    "uri": "https://api.kexp.org/v2/plays/3550000/?format=api",
    "airdate": "2025-09-07T10:27:02-07:00",
    "show": 64499,
    "show_uri": "https://api.kexp.org/v2/shows/64499/?format=api",
    "image_uri": "https://coverartarchive.org/release/10246069-1dca-4bbf-b291-b9579913598d/38600869318-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/10246069-1dca-4bbf-b291-b9579913598d/38600869318-250.jpg",
    "song": "Cold Water In My Tea",
    "track_id": null,
    "recording_id": "723de547-01b9-4432-9d34-eda56b6bdbfb",
    "artist": "Roy",
    "artist_ids": [
        "a2832922-925b-4399-85e1-08df6ef2db1b"
    ],
    "album": "Spoons for the World",
    "release_id": null,
    "release_group_id": "50d3387b-36db-432d-9db2-8302139b54f7",
    "labels": [
        "Idée Fixe Records"
    ],
    "label_ids": [
        "9ab1e141-7cca-4bca-8cb4-604cd79d8177"
    ],
    "release_date": "2024-04-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "ROY is the alias of Patrick Lefler, a central figure in Toronto’s psychedelic scene. This is his fifth album.\nhttps://thesoundofroy.bandcamp.com/album/spoons-for-the-world",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}