Information about plays

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

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

{
    "id": 3437498,
    "uri": "https://api.kexp.org/v2/plays/3437498/?format=api",
    "airdate": "2024-12-13T08:04:09-08:00",
    "show": 62096,
    "show_uri": "https://api.kexp.org/v2/shows/62096/?format=api",
    "image_uri": "https://ia801407.us.archive.org/14/items/mbid-f65ff263-eaa5-4489-8339-53b47f1d7bbf/mbid-f65ff263-eaa5-4489-8339-53b47f1d7bbf-9750776919_thumb500.jpg",
    "thumbnail_uri": "https://ia601407.us.archive.org/14/items/mbid-f65ff263-eaa5-4489-8339-53b47f1d7bbf/mbid-f65ff263-eaa5-4489-8339-53b47f1d7bbf-9750776919_thumb250.jpg",
    "song": "You Get What You Give",
    "track_id": "5f1c8ca4-623f-3c50-83aa-6386698385b8",
    "recording_id": "8ea9f2d4-c255-4201-b3c1-815571da013a",
    "artist": "New Radicals",
    "artist_ids": [
        "09a6ae88-7589-4ab2-b10c-dd50ebd526a0"
    ],
    "album": "Maybe You’ve Been Brainwashed Too.",
    "release_id": "f65ff263-eaa5-4489-8339-53b47f1d7bbf",
    "release_group_id": "1ea5f71d-8996-38b7-9c3b-d064e53c80a2",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1998-10-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ahhh....the baby Friday song. Subscribe to \"The Runcast,\" hosted by runner (and, now, climber) John Richards: https://www.kexp.org/podcasts/the-runcast/\n--\n \"Don't give up, you've got a reason to live...\" Here's the official music video for this song: https://www.youtube.com/watch?v=DL7-CKirWZE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}