Information about plays

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

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

{
    "id": 3420315,
    "uri": "https://api.kexp.org/v2/plays/3420315/?format=api",
    "airdate": "2024-11-02T03:08:17-07:00",
    "show": 61740,
    "show_uri": "https://api.kexp.org/v2/shows/61740/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "World War Pt. 3",
    "track_id": "8c0b696f-99f7-48a7-a90d-feae170a4684",
    "recording_id": "df001977-0a6b-4f7b-b2a4-cc643cafe1b8",
    "artist": "Autre Ne Veut",
    "artist_ids": [
        "ef971f23-57a5-4e4d-a757-37dbf3937ab5"
    ],
    "album": "Love, Guess Who??",
    "release_id": "f101d488-724b-431e-ab94-1d9e95f66268",
    "release_group_id": "5bcb8417-fc67-4fbf-8fa9-03c1e1f8ab9a",
    "labels": [],
    "label_ids": [],
    "release_date": "2024-11-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Arthur Ashin, known professionally as Autre Ne Veut, is an American singer-songwriter and musician from New York City. Love, Guess Who?? is his first album in nine years.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}