Information about plays

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

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

{
    "id": 3588019,
    "uri": "https://api.kexp.org/v2/plays/3588019/?format=api",
    "airdate": "2025-12-07T10:46:52-08:00",
    "show": 65313,
    "show_uri": "https://api.kexp.org/v2/shows/65313/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pop‐Eye Stroll",
    "track_id": null,
    "recording_id": "a9f78ab9-f350-4350-8e60-ac2eef60f058",
    "artist": "The Mar‐Keys",
    "artist_ids": [
        "afbb9b08-8d51-4df5-b8a3-d2c5a8b86f35"
    ],
    "album": "Complete Pop Instrumental Hits of the Sixties, Volume 3: 1962",
    "release_id": null,
    "release_group_id": "a3d16208-9e77-4585-8c59-4413b5c81596",
    "labels": [],
    "label_ids": [],
    "release_date": "2013-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Composer\n\nPre-Booker T. and the MGs, the Mar-Keys \"laid the foundation for the classic Memphis soul sound through with their funky, sophisticated groove\"\nhttps://staxrecords.com/artist/the-mar-keys/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}