Information about plays

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

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

{
    "id": 3554625,
    "uri": "https://api.kexp.org/v2/plays/3554625/?format=api",
    "airdate": "2025-09-18T14:21:12-07:00",
    "show": 64595,
    "show_uri": "https://api.kexp.org/v2/shows/64595/?format=api",
    "image_uri": "https://coverartarchive.org/release/4cdd1cd1-3c9d-4bfa-ab8e-14222b122fa4/7666746355-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4cdd1cd1-3c9d-4bfa-ab8e-14222b122fa4/7666746355-250.jpg",
    "song": "I Get High (On Your Memory)",
    "track_id": null,
    "recording_id": "65a538d4-9928-4774-953c-b0797e69494e",
    "artist": "Freda Payne",
    "artist_ids": [
        "6d1a5b3d-730c-4b10-b83d-ef2c98ce86f3"
    ],
    "album": "Stares and Whispers",
    "release_id": null,
    "release_group_id": "4bba6eb0-afa9-3f3f-8516-d1b99ae5be4e",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1977-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sampled by 2002 Styles P \"Good Times\" (I Get High), produced by Swizz Beats.\n--\nThis song, written by Pam Sawyer and Marilyn McLeod, was a big hit for Freda Payne. Watch her perform it live: https://www.youtube.com/watch?v=jJXb6RZQmDQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}