Information about plays

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

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

{
    "id": 3500322,
    "uri": "https://api.kexp.org/v2/plays/3500322/?format=api",
    "airdate": "2025-05-12T07:03:19-07:00",
    "show": 63441,
    "show_uri": "https://api.kexp.org/v2/shows/63441/?format=api",
    "image_uri": "https://ia600804.us.archive.org/14/items/mbid-6b072dd5-c6fd-4140-a915-aaedf2c85115/mbid-6b072dd5-c6fd-4140-a915-aaedf2c85115-38183984301_thumb500.jpg",
    "thumbnail_uri": "https://ia800804.us.archive.org/14/items/mbid-6b072dd5-c6fd-4140-a915-aaedf2c85115/mbid-6b072dd5-c6fd-4140-a915-aaedf2c85115-38183984301_thumb250.jpg",
    "song": "Oh Baby",
    "track_id": "4957d7a4-9aea-499c-9d1e-7be8ee22a0f6",
    "recording_id": "88b29d0a-2dd8-46cb-8111-99c3d169639d",
    "artist": "LCD Soundsystem",
    "artist_ids": [
        "2aaf7396-6ab8-40f3-9776-a41c42c8e26b"
    ],
    "album": "American Dream",
    "release_id": "6b072dd5-c6fd-4140-a915-aaedf2c85115",
    "release_group_id": "bfedb7ca-9067-4cdb-8921-1f0cd920f2e9",
    "labels": [
        "DFA Records",
        "Columbia"
    ],
    "label_ids": [
        "32d02635-98fc-4405-94e1-e5b06f9d2025",
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2017-09-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "2017's American Dream is LCD Soundsystem's most recent studio album. However, the band is expected to have a new release this year!\n\nCatch them playing in Seattle at Remlinger Farms on August 7th.\n\nhttps://lcdsoundsystem.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}