Information about plays

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

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

{
    "id": 3560166,
    "uri": "https://api.kexp.org/v2/plays/3560166/?format=api",
    "airdate": "2025-10-01T18:40:54-07:00",
    "show": 64719,
    "show_uri": "https://api.kexp.org/v2/shows/64719/?format=api",
    "image_uri": "https://ia801806.us.archive.org/24/items/mbid-6acf2fdc-c932-45e6-b08e-37a94b81b0b4/mbid-6acf2fdc-c932-45e6-b08e-37a94b81b0b4-28112742477_thumb500.jpg",
    "thumbnail_uri": "https://ia801806.us.archive.org/24/items/mbid-6acf2fdc-c932-45e6-b08e-37a94b81b0b4/mbid-6acf2fdc-c932-45e6-b08e-37a94b81b0b4-28112742477_thumb250.jpg",
    "song": "The Bay",
    "track_id": "7691d304-6030-43d5-b618-e7482d24123e",
    "recording_id": "cde00332-9d86-4a54-a632-ca84a2815f3a",
    "artist": "Metronomy",
    "artist_ids": [
        "93eb7110-0bc9-4d3f-816b-4b52ef982ec8"
    ],
    "album": "The English Riviera",
    "release_id": "9afe58bd-438c-4dbb-b12b-ac6227e094e1",
    "release_group_id": "f5979376-c7af-4bb5-a25b-d38f9ab584dc",
    "labels": [
        "Big Beat"
    ],
    "label_ids": [
        "915b9747-4dc9-4205-bae5-d5d4db5c3d44"
    ],
    "release_date": "2011-04-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Metronomy released a Greatest Hits album last month, including this song. \nhttps://metronomy.bandcamp.com/album/greatest-hits\n\nWatch Metronomy's electric KEXP in-studio performance from 2020: https://www.youtube.com/watch?v=rvQQFVSTVps",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}