Information about plays

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

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

{
    "id": 3542713,
    "uri": "https://api.kexp.org/v2/plays/3542713/?format=api",
    "airdate": "2025-08-21T01:59:55-07:00",
    "show": 64344,
    "show_uri": "https://api.kexp.org/v2/shows/64344/?format=api",
    "image_uri": "https://coverartarchive.org/release/5cca6175-b3d3-420b-a70a-0a8d7293e762/19800359191-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5cca6175-b3d3-420b-a70a-0a8d7293e762/19800359191-250.jpg",
    "song": "Love Is the Drug",
    "track_id": null,
    "recording_id": "7255abf7-1cc9-43e4-99ff-4e985f065255",
    "artist": "Grace Jones",
    "artist_ids": [
        "b1c124b3-cf60-41a6-8699-92728c8a3fe0"
    ],
    "album": "Warm Leatherette",
    "release_id": null,
    "release_group_id": "05523d1a-19f5-3c46-8df1-04be0a3af5bc",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1980-06-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Roxy Music Cover! \n\nGrace Jones released a memoir in 2015 called 'I'll Never Write My Memoirs', the title taken from the opening line of her song \"Art Groupie\" -- http://www.gigwise.com/news/101424/grace-jones-reveals-details-of-ill-never-write-my-memoirs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}