Information about plays

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

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

{
    "id": 3562993,
    "uri": "https://api.kexp.org/v2/plays/3562993/?format=api",
    "airdate": "2025-10-09T08:21:01-07:00",
    "show": 64786,
    "show_uri": "https://api.kexp.org/v2/shows/64786/?format=api",
    "image_uri": "https://ia601209.us.archive.org/16/items/mbid-f1755af7-9da2-4a78-8edd-5ba1ea53ba1c/mbid-f1755af7-9da2-4a78-8edd-5ba1ea53ba1c-12060593372_thumb500.jpg",
    "thumbnail_uri": "https://ia801209.us.archive.org/16/items/mbid-f1755af7-9da2-4a78-8edd-5ba1ea53ba1c/mbid-f1755af7-9da2-4a78-8edd-5ba1ea53ba1c-12060593372_thumb250.jpg",
    "song": "Synchronicity I",
    "track_id": "db10bbac-a8ac-41f3-819e-295a5daba8d4",
    "recording_id": "52217089-2a90-4d8b-b0d3-19c5ffae4a0a",
    "artist": "The Police",
    "artist_ids": [
        "9e0e2b01-41db-4008-bd8b-988977d6019a"
    ],
    "album": "Synchronicity",
    "release_id": "f1755af7-9da2-4a78-8edd-5ba1ea53ba1c",
    "release_group_id": "f6df6292-fd40-37c3-bd61-22c53abfe773",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1983-06-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#224 on YOUR countdown of the greatest albums of all time!\n\n5 hours left to donate to the Morning Show! If you've ever been in sync with KEXP, donate now:\nhttps://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}