Information about plays

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

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

{
    "id": 3413234,
    "uri": "https://api.kexp.org/v2/plays/3413234/?format=api",
    "airdate": "2024-10-16T03:44:07-07:00",
    "show": 61588,
    "show_uri": "https://api.kexp.org/v2/shows/61588/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Crimson and Clover",
    "track_id": null,
    "recording_id": "3abc85df-a189-49ff-81ad-dfbc58dc2b73",
    "artist": "Joan Jett and the Blackhearts",
    "artist_ids": [
        "46e63d3b-d91b-4791-bb73-e9f638a45ea0"
    ],
    "album": "Crimson and Clover",
    "release_id": null,
    "release_group_id": "4f978610-8319-40db-96a0-9eaa1e22762a",
    "labels": [],
    "label_ids": [],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Joan Jett and the Blackhearts covered the Tommy James & The Shondells classic \"Crimson and Clover\" on their debut LP in 1981. In 1982, the song reached #7 on the Billboard Hot 100.\n\nhttps://www.joanjett.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}