Information about plays

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

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

{
    "id": 3413238,
    "uri": "https://api.kexp.org/v2/plays/3413238/?format=api",
    "airdate": "2024-10-16T03:57:44-07:00",
    "show": 61588,
    "show_uri": "https://api.kexp.org/v2/shows/61588/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Paperchase",
    "track_id": null,
    "recording_id": "34b62f4c-b6e4-4bbc-8249-50a3ce597f42",
    "artist": "Mountain Brothers",
    "artist_ids": [
        "373d67d8-3afd-47c7-ae0b-ac8b149d6a98"
    ],
    "album": "Self, Volume 1.5",
    "release_id": null,
    "release_group_id": "b13ab8b7-3264-47fc-b3f9-bd5c5048d1ed",
    "labels": [
        "DK Eentertainment"
    ],
    "label_ids": [
        "6d8f820b-da4b-4873-8054-75bc9f846c39"
    ],
    "release_date": "2019-08-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pioneering hip-hop trio from Philadelphia consisting of emcees Styles, Peril-L and proudcer/emcee Chops.\n\nhttps://en.wikipedia.org/wiki/Mountain_Brothers",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}