Information about plays

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

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

{
    "id": 3413297,
    "uri": "https://api.kexp.org/v2/plays/3413297/?format=api",
    "airdate": "2024-10-16T07:29:56-07:00",
    "show": 61590,
    "show_uri": "https://api.kexp.org/v2/shows/61590/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shining Road",
    "track_id": null,
    "recording_id": "440bcd20-c71f-4afc-af0a-830aacab9dc9",
    "artist": "Cranes",
    "artist_ids": [
        "f6dfc44d-5da4-4ed1-949b-32715630dff4"
    ],
    "album": "EP Collection, Volumes 1 & 2",
    "release_id": null,
    "release_group_id": "e43312fc-c363-3f5a-9c32-34aef538a0a2",
    "labels": [
        "Dedicated"
    ],
    "label_ids": [
        "d769b2e7-0827-461f-978c-493d522cf67d"
    ],
    "release_date": "1997-09-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in 1985 in Portsmouth, England by siblings Alison and Jim Shaw and named after the many mechanical cranes around the city's docks, Cranes are best known for the singular childlike vocals of lead singer Alison. https://bit.ly/3MyuDZC  \n'Shining Road' is the opening track off their third album, released in 1994.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}