Information about plays

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

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

{
    "id": 3594184,
    "uri": "https://api.kexp.org/v2/plays/3594184/?format=api",
    "airdate": "2025-12-21T19:40:20-08:00",
    "show": 65441,
    "show_uri": "https://api.kexp.org/v2/shows/65441/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Intimate Friends",
    "track_id": null,
    "recording_id": "893030b8-bbe6-42c1-bb73-14edbd0569b5",
    "artist": "Eddie Kendricks",
    "artist_ids": [
        "cf3ea6e9-c856-4737-a988-6b64cc9f2bf2"
    ],
    "album": "Slick",
    "release_id": null,
    "release_group_id": "c1c0a34e-da18-4d14-b425-4cdb200efaad",
    "labels": [
        "Tamla"
    ],
    "label_ids": [
        "7f87e14e-eb85-4a7e-957a-77465f869cb5"
    ],
    "release_date": "1977-08-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From his 1977 solo release 'Slick', \"Intimate Friends\" has been sampled by dozens of artists, among them, Alicia Keys, Common, and Erykah Badu.\n\nAlabama-native Kendricks co-founded the Motown's the Temptations, and was one of their lead singers from 1960 until 1971. While working on his first solo album, Kendricks recorded one last hit single with the Temptations, 1971's \"Just My Imagination (Running Away with Me)\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}