Information about plays

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

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

{
    "id": 3421969,
    "uri": "https://api.kexp.org/v2/plays/3421969/?format=api",
    "airdate": "2024-11-06T03:56:56-08:00",
    "show": 61776,
    "show_uri": "https://api.kexp.org/v2/shows/61776/?format=api",
    "image_uri": "https://ia800406.us.archive.org/29/items/mbid-32e6b421-0873-4c9d-ab65-493324fab22d/mbid-32e6b421-0873-4c9d-ab65-493324fab22d-16990018063_thumb500.jpg",
    "thumbnail_uri": "https://ia600406.us.archive.org/29/items/mbid-32e6b421-0873-4c9d-ab65-493324fab22d/mbid-32e6b421-0873-4c9d-ab65-493324fab22d-16990018063_thumb250.jpg",
    "song": "My Country",
    "track_id": "beba19bd-a243-4574-a6f7-c0276980d72d",
    "recording_id": "a60e484d-b0aa-4256-92ca-e0665c19f1d1",
    "artist": "Midnight Oil",
    "artist_ids": [
        "05072650-4b05-4e8b-83d0-dba2576e306a"
    ],
    "album": "My Country",
    "release_id": "32e6b421-0873-4c9d-ab65-493324fab22d",
    "release_group_id": "8eeca95e-f3ef-3d74-bf27-1d85cd2b396e",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1993-11-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "I hear you say the truth must take a beating/The flag a camouflage for\nyour deceiving\n\nThe Oilers were spot on with that lyric, mate. - Brett",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}