Information about plays

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

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

{
    "id": 3519978,
    "uri": "https://api.kexp.org/v2/plays/3519978/?format=api",
    "airdate": "2025-06-28T15:06:05-07:00",
    "show": 63862,
    "show_uri": "https://api.kexp.org/v2/shows/63862/?format=api",
    "image_uri": "https://coverartarchive.org/release/3811a110-cce0-4ddd-b52f-e12c50190783/1647997357-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3811a110-cce0-4ddd-b52f-e12c50190783/1647997357-250.jpg",
    "song": "How Will I Know",
    "track_id": null,
    "recording_id": "bf7d5878-2fa3-48b3-b948-be2236cfeba1",
    "artist": "Whitney Houston",
    "artist_ids": [
        "0307edfc-437c-4b48-8700-80680e66a228"
    ],
    "album": "Whitney Houston",
    "release_id": null,
    "release_group_id": "131d12c0-e720-31df-a2f9-d9abd868ceaf",
    "labels": [],
    "label_ids": [],
    "release_date": "1985-02-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"There's a boy I know, he's the one I dream of\nLooks into my eyes, takes me to the clouds above, mmm-hmm...\nHere's the official video for this song from Whitney Houston's self-titled 1985 debut album: https://www.youtube.com/watch?v=m3-hY-hlhBg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}