Information about plays

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

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

{
    "id": 3421289,
    "uri": "https://api.kexp.org/v2/plays/3421289/?format=api",
    "airdate": "2024-11-04T10:51:02-08:00",
    "show": 61762,
    "show_uri": "https://api.kexp.org/v2/shows/61762/?format=api",
    "image_uri": "https://ia802200.us.archive.org/21/items/mbid-4dc5dfe6-7660-4325-a63b-80e6961da2f4/mbid-4dc5dfe6-7660-4325-a63b-80e6961da2f4-6973021194_thumb500.jpg",
    "thumbnail_uri": "https://ia802200.us.archive.org/21/items/mbid-4dc5dfe6-7660-4325-a63b-80e6961da2f4/mbid-4dc5dfe6-7660-4325-a63b-80e6961da2f4-6973021194_thumb250.jpg",
    "song": "Pop Goes the Weasel",
    "track_id": "70732111-810b-3fe5-8ef3-c7292e54c645",
    "recording_id": "2de68ba3-65ab-4fba-9f6b-e75fef17e276",
    "artist": "3rd Bass",
    "artist_ids": [
        "34ea2ef9-c05c-427e-a26f-0bb35c7d6524"
    ],
    "album": "Derelicts of Dialect",
    "release_id": "4dc5dfe6-7660-4325-a63b-80e6961da2f4",
    "release_group_id": "31264903-df7b-3761-86be-7444963708f3",
    "labels": [
        "Def Jam Recordings",
        "Columbia"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004",
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1991-06-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}