Information about plays

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

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

{
    "id": 3543223,
    "uri": "https://api.kexp.org/v2/plays/3543223/?format=api",
    "airdate": "2025-08-22T08:26:31-07:00",
    "show": 64354,
    "show_uri": "https://api.kexp.org/v2/shows/64354/?format=api",
    "image_uri": "https://dn721601.ca.archive.org/0/items/mbid-ea7e7baa-43cb-4ebb-8f7b-c21f09be0313/mbid-ea7e7baa-43cb-4ebb-8f7b-c21f09be0313-31654206423_thumb500.jpg",
    "thumbnail_uri": "https://dn721601.ca.archive.org/0/items/mbid-ea7e7baa-43cb-4ebb-8f7b-c21f09be0313/mbid-ea7e7baa-43cb-4ebb-8f7b-c21f09be0313-31654206423_thumb250.jpg",
    "song": "Big Fun",
    "track_id": "4cd08ae5-da48-3c05-b1df-ac0eb5dd29bc",
    "recording_id": "69b1ec9c-8877-4bf0-977e-8855b5e397dd",
    "artist": "Inner City",
    "artist_ids": [
        "65a8e571-8a08-433f-a5bf-ead38c269ea6"
    ],
    "album": "Machine Soul: An Odyssey Into Electronic Dance Music",
    "release_id": "ea7e7baa-43cb-4ebb-8f7b-c21f09be0313",
    "release_group_id": "e1c7ce40-45f4-3e5f-aba4-9a1f4b3e3ee9",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2000-03-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Learn how the Roland 909 played a big part in Detroit techno and house music: https://articles.roland.com/big-fun-inner-city/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}