Information about plays

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

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

{
    "id": 3411552,
    "uri": "https://api.kexp.org/v2/plays/3411552/?format=api",
    "airdate": "2024-10-12T03:55:31-07:00",
    "show": 61553,
    "show_uri": "https://api.kexp.org/v2/shows/61553/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Rip",
    "track_id": "ea179e59-a2e2-315f-b3cc-4f3f0769d5d0",
    "recording_id": "a7ed3365-affa-4331-8bd9-1ececaf9ae77",
    "artist": "Portishead",
    "artist_ids": [
        "8f6bd1e4-fbe1-4f50-aa9b-94c450ec0f11"
    ],
    "album": "Third",
    "release_id": "7da5c6a7-bd8b-3f85-89a7-577283388083",
    "release_group_id": "163339ab-813b-3d29-bba8-e1d5acf63cab",
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "2008-04-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "DJ Morgan interviewed Portishead’s Geoff Barrow and Adrian Utley in 2019 to break down their album 'Dummy' 25 Years after its release - read (and listen to) more at the KEXP blog: https://www.kexp.org/read/2019/8/22/portisheads-geoff-barrow-and-adrian-utley-",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}