Information about plays

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

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

{
    "id": 3422550,
    "uri": "https://api.kexp.org/v2/plays/3422550/?format=api",
    "airdate": "2024-11-07T15:53:24-08:00",
    "show": 61788,
    "show_uri": "https://api.kexp.org/v2/shows/61788/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Can’t Help It",
    "track_id": null,
    "recording_id": "0d9d4bc8-128f-4eca-b8c0-ebf16b4c6297",
    "artist": "Michael Jackson",
    "artist_ids": [
        "f27ec8db-af05-4f36-916e-3d57f91ecf5e"
    ],
    "album": "Off the Wall",
    "release_id": null,
    "release_group_id": "ee749c63-5699-38e0-b565-7e84414648d9",
    "labels": [
        "Epic"
    ],
    "label_ids": [],
    "release_date": "1979-08-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stevie Wonder co-wrote this song with Susaye Greene, a former member of The Supremes, and Quincy Jones produced it.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}