Information about plays

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

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

{
    "id": 3542550,
    "uri": "https://api.kexp.org/v2/plays/3542550/?format=api",
    "airdate": "2025-08-20T16:51:31-07:00",
    "show": 64341,
    "show_uri": "https://api.kexp.org/v2/shows/64341/?format=api",
    "image_uri": "https://ia800109.us.archive.org/10/items/mbid-3ebe514d-d197-3984-81ee-4d09231be775/mbid-3ebe514d-d197-3984-81ee-4d09231be775-12248686551_thumb500.jpg",
    "thumbnail_uri": "https://ia800109.us.archive.org/10/items/mbid-3ebe514d-d197-3984-81ee-4d09231be775/mbid-3ebe514d-d197-3984-81ee-4d09231be775-12248686551_thumb250.jpg",
    "song": "Man on the Moon",
    "track_id": "ead90d98-2ec4-3f5e-a8bb-56c06b349e5a",
    "recording_id": "1981c7d2-6c89-4c53-935a-890d937159b9",
    "artist": "R.E.M.",
    "artist_ids": [
        "ea4dfa26-f633-4da6-a52a-f49ea4897b58"
    ],
    "album": "Automatic for the People",
    "release_id": "3ebe514d-d197-3984-81ee-4d09231be775",
    "release_group_id": "c86c6af9-d10e-3079-b34b-30b682a797eb",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1992-10-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song was inspired by the late comedian Andy Kaufman. R.E.M. lead singer Michael Stipe saw Kaufman on Saturday Night Live as a teenager, and has cited him as a huge influence ever since - Michael Stipe in an interview with Aftenposten in October 2017",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}