Information about plays

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

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

{
    "id": 3641446,
    "uri": "https://api.kexp.org/v2/plays/3641446/?format=api",
    "airdate": "2026-04-13T05:39:17-07:00",
    "show": 66441,
    "show_uri": "https://api.kexp.org/v2/shows/66441/?format=api",
    "image_uri": "https://dn711107.ca.archive.org/0/items/mbid-44bee61d-4898-30a4-a25a-411eb68c746c/mbid-44bee61d-4898-30a4-a25a-411eb68c746c-15326745855_thumb500.jpg",
    "thumbnail_uri": "https://dn711107.ca.archive.org/0/items/mbid-44bee61d-4898-30a4-a25a-411eb68c746c/mbid-44bee61d-4898-30a4-a25a-411eb68c746c-15326745855_thumb250.jpg",
    "song": "West End Girls",
    "track_id": "bb57fa84-9b6d-37b9-88dd-f6eb189e3b69",
    "recording_id": "5947cc24-ff7b-4a8c-bdc5-0a13324f53a2",
    "artist": "Pet Shop Boys",
    "artist_ids": [
        "be540c02-7898-4b79-9acc-c8122c7d9e83"
    ],
    "album": "Discography: The Complete Singles Collection",
    "release_id": "44bee61d-4898-30a4-a25a-411eb68c746c",
    "release_group_id": "8e040acb-3886-3e66-b92c-b3fca32226ab",
    "labels": [
        "EMI Records USA"
    ],
    "label_ids": [
        "3b76dfe7-0a2d-401a-86a7-f1a30c480e0d"
    ],
    "release_date": "1991-11-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The first version of Pet Shop Boys' iconic track was produced by Bobby Orlando in 1984 as a club hit but failed to chart significantly in the UK. It was later re-recorded with producer Stephen Hague for their first album \"Please\" in 1985.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}