Information about plays

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

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

{
    "id": 3563005,
    "uri": "https://api.kexp.org/v2/plays/3563005/?format=api",
    "airdate": "2025-10-09T09:07:15-07:00",
    "show": 64786,
    "show_uri": "https://api.kexp.org/v2/shows/64786/?format=api",
    "image_uri": "https://ia601207.us.archive.org/29/items/mbid-252647db-6974-309e-9ca1-738f6f07851b/mbid-252647db-6974-309e-9ca1-738f6f07851b-39872254431_thumb500.jpg",
    "thumbnail_uri": "https://ia801207.us.archive.org/29/items/mbid-252647db-6974-309e-9ca1-738f6f07851b/mbid-252647db-6974-309e-9ca1-738f6f07851b-39872254431_thumb250.jpg",
    "song": "Get Up",
    "track_id": "12b98077-df0f-3b26-8fd9-d71e79a6f025",
    "recording_id": "4db746a0-e9da-4c74-8c4a-1a51f3769e96",
    "artist": "R.E.M.",
    "artist_ids": [
        "ea4dfa26-f633-4da6-a52a-f49ea4897b58"
    ],
    "album": "Green",
    "release_id": "252647db-6974-309e-9ca1-738f6f07851b",
    "release_group_id": "16a9cef3-b470-3ae1-bf10-cc04232d3e21",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1988-11-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#216 on YOUR countdown of the greatest albums of all time!\n\nhttps://www.kexp.org/donate/\n\nThis song was born out of frontman Michael Stipe's exasperation at having to wake bassist Mike Mills up to go to work on the \"Green\" sessions.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}