Information about plays

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

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

{
    "id": 3562308,
    "uri": "https://api.kexp.org/v2/plays/3562308/?format=api",
    "airdate": "2025-10-07T09:30:29-07:00",
    "show": 64770,
    "show_uri": "https://api.kexp.org/v2/shows/64770/?format=api",
    "image_uri": "https://ia801909.us.archive.org/13/items/mbid-480b5948-d91e-4c4a-bc7b-c42f16f86696/mbid-480b5948-d91e-4c4a-bc7b-c42f16f86696-9635181414_thumb500.jpg",
    "thumbnail_uri": "https://ia801909.us.archive.org/13/items/mbid-480b5948-d91e-4c4a-bc7b-c42f16f86696/mbid-480b5948-d91e-4c4a-bc7b-c42f16f86696-9635181414_thumb250.jpg",
    "song": "Girlfriend",
    "track_id": "7774d2e6-7e90-3cfc-9fc4-8e40c81045c4",
    "recording_id": "7dc48514-77e9-4106-99c0-5b6cad6e0a67",
    "artist": "Matthew Sweet",
    "artist_ids": [
        "3fbcd2d3-3d78-470f-9e47-8f4d66da2474"
    ],
    "album": "Girlfriend",
    "release_id": "480b5948-d91e-4c4a-bc7b-c42f16f86696",
    "release_group_id": "6ed1731e-47af-3093-bcde-34138afa1deb",
    "labels": [
        "Zoo Entertainment"
    ],
    "label_ids": [
        "9efb4191-76ed-4a41-8889-8573cc106375"
    ],
    "release_date": "1991-10-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#465 on YOUR countdown of the greatest albums of all-time.\nhttps://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}