Information about plays

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

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

{
    "id": 3412830,
    "uri": "https://api.kexp.org/v2/plays/3412830/?format=api",
    "airdate": "2024-10-15T07:18:59-07:00",
    "show": 61582,
    "show_uri": "https://api.kexp.org/v2/shows/61582/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Can You Help Me?",
    "track_id": "1eb90e38-fc0a-3b2c-9d17-1d50ebf2a3e6",
    "recording_id": "e827c5a1-a95c-421c-825a-ed722aa0aa9c",
    "artist": "American Music Club",
    "artist_ids": [
        "5837d14e-4d18-49cf-a759-e5818714bce4"
    ],
    "album": "San Francisco",
    "release_id": "71c0f773-729e-4d6f-a014-767281ab5c5c",
    "release_group_id": "1d8f34c9-c2a6-30b4-86c3-1e5d0394121c",
    "labels": [],
    "label_ids": [],
    "release_date": "1994-10-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Broadcasting live from San Francisco NEXT week! \n\nAmerican Music Club was a San Francisco-based indie rock band led by singer-songwriter Mark Eitzel, and was formed in 1982. \n\nSan Francisco was their seventh and last album before the band's break up in 1995. The band reunited in 2003 after a nine year hiatus, producing two more albums.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}