Information about plays

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

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

{
    "id": 3612200,
    "uri": "https://api.kexp.org/v2/plays/3612200/?format=api",
    "airdate": "2026-02-02T08:09:02-08:00",
    "show": 65821,
    "show_uri": "https://api.kexp.org/v2/shows/65821/?format=api",
    "image_uri": "https://coverartarchive.org/release/83cfd768-16a5-432a-b767-1a46b4434d6b/39007965914-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/83cfd768-16a5-432a-b767-1a46b4434d6b/39007965914-250.jpg",
    "song": "Drift Away",
    "track_id": null,
    "recording_id": "d7af5bce-5311-45dd-bdec-bf649bea9271",
    "artist": "Dobie Gray",
    "artist_ids": [
        "fb5d53ea-6090-49cd-b8ab-0d200bacf4c3"
    ],
    "album": "Drift Away",
    "release_id": null,
    "release_group_id": "92c10a8d-2045-4f2d-9bcb-742bac41339a",
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dobie Gray was an American singer and songwriter. Gray's music spanned multiple genres, including soul, country, pop, and musical theater. His hit songs included \"The 'In' Crowd\" in 1965 and \"Drift Away\". \"Drift Away\" was one of the biggest hits of 1973, has sold over one million copies.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}