Information about plays

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

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

{
    "id": 3568643,
    "uri": "https://api.kexp.org/v2/plays/3568643/?format=api",
    "airdate": "2025-10-22T20:11:03-07:00",
    "show": 64906,
    "show_uri": "https://api.kexp.org/v2/shows/64906/?format=api",
    "image_uri": "https://coverartarchive.org/release/09497ae7-e102-4772-9882-3d8bd3d5698a/12583667687-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/09497ae7-e102-4772-9882-3d8bd3d5698a/12583667687-250.jpg",
    "song": "Strangely New",
    "track_id": null,
    "recording_id": null,
    "artist": "Velvert Turner Group",
    "artist_ids": [
        "00fac6e4-5145-4b43-840e-46e400f83d23"
    ],
    "album": "Velvert Turner Group",
    "release_id": null,
    "release_group_id": "5cbdaec8-e1dc-3b7e-8218-5f8bd67681c3",
    "labels": [
        "Philips"
    ],
    "label_ids": [
        "6d38d6d2-bea8-46cf-b48e-a6195fd85f12"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Velvert Turner is largely known for being a protégé and student of Jimi Hendrix, who he met as a teenager in New York in the late ‘60s.\" https://orgmusic.com/products/vtg0vtg0pk-lp",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}