Information about plays

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

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

{
    "id": 3412861,
    "uri": "https://api.kexp.org/v2/plays/3412861/?format=api",
    "airdate": "2024-10-15T08:55:08-07:00",
    "show": 61582,
    "show_uri": "https://api.kexp.org/v2/shows/61582/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hippychick",
    "track_id": "54f5a0e4-ab73-3070-a165-ea736e4fd20a",
    "recording_id": "560e5a31-ed26-49b9-8385-e2f61031a1de",
    "artist": "Soho",
    "artist_ids": [
        "2729b825-2cf2-4cde-894a-a9928ab708f0"
    ],
    "album": "Hippychick",
    "release_id": "889efbb2-9ec9-4f52-9658-0d8884bfaf0a",
    "release_group_id": "2b2a31a5-dff6-4b28-a6ea-86cef5e3fcb3",
    "labels": [
        "ATCO Records"
    ],
    "label_ids": [
        "a9de694a-2e5b-4a1d-8d7a-a7ca620e3f80"
    ],
    "release_date": "1990-10-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "As requested by Dez in Georgia. \n--\nThis song by Soho features a sample of The Smiths' \"How Soon Is Now?\" \n--\nFun fact # 2: This song was mixed by Leigh Gorman (ex bass guitar for Adam & the Ants & Bow Wow Wow).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}