Information about plays

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

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

{
    "id": 3422116,
    "uri": "https://api.kexp.org/v2/plays/3422116/?format=api",
    "airdate": "2024-11-06T14:02:31-08:00",
    "show": 61780,
    "show_uri": "https://api.kexp.org/v2/shows/61780/?format=api",
    "image_uri": "https://ia800303.us.archive.org/12/items/mbid-b989ceea-ade1-4b7b-917d-dee0fdb62f92/mbid-b989ceea-ade1-4b7b-917d-dee0fdb62f92-4784108032_thumb500.jpg",
    "thumbnail_uri": "https://ia600303.us.archive.org/12/items/mbid-b989ceea-ade1-4b7b-917d-dee0fdb62f92/mbid-b989ceea-ade1-4b7b-917d-dee0fdb62f92-4784108032_thumb250.jpg",
    "song": "Has It Come to This?",
    "track_id": "f7db9898-696d-4277-b842-09420c10a7ad",
    "recording_id": "122bbf73-55f3-4ef9-9a0c-4b6199a72690",
    "artist": "The Streets",
    "artist_ids": [
        "6f607087-9c46-4bb2-a884-e4efc764554c"
    ],
    "album": "Original Pirate Material",
    "release_id": "fc5b4160-fe0b-45a2-8401-c0faa5e380fd",
    "release_group_id": "e701a954-0fd7-3789-83cb-03b5a28783b7",
    "labels": [
        "Atlantic",
        "VICE Records"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7",
        "4e909fce-55f3-422c-94f1-7d294b60e776"
    ],
    "release_date": "2002-10-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A hit single from Original Pirate Material, it was recorded along with most of the album in Mike Skinner’s own flat with an improvised soundbooth and basic equipment. Upon release, it was reviewed by NME as \"the most original, lyrical British rap in memory,\" charting \"an evolutionary route for UK garage.\"\n\nHere's the official video: https://www.youtube.com/watch?v=22U2LLVRwtk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}