Information about plays

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

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

{
    "id": 3422213,
    "uri": "https://api.kexp.org/v2/plays/3422213/?format=api",
    "airdate": "2024-11-06T20:10:08-08:00",
    "show": 61782,
    "show_uri": "https://api.kexp.org/v2/shows/61782/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Youniverse",
    "track_id": null,
    "recording_id": "7b0a8ff9-d1ae-4140-8fe8-9cb4f679386f",
    "artist": "Dumbo Gets Mad",
    "artist_ids": [
        "73162ac3-c74c-4bf5-8cff-c8cd48700e01"
    ],
    "album": "Thank You Neil",
    "release_id": null,
    "release_group_id": "90a44ecb-676f-413d-9170-7b6617f08bb9",
    "labels": [
        "Bad Panda Records"
    ],
    "label_ids": [
        "f104bc0c-57cb-4729-b0bd-c05403eb1661"
    ],
    "release_date": "2015-12-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On their third album, Dumbo Gets Mad explores different worlds and influences such as Italian library music, 70s experimental American soul music and current influences such as Connan Mockasin and Stones Throw. Thank You Neil is a concept album inspired by \"Cosmos: A Spacetime Odyssey\", the 2014 American Science documentary television series and astrophysicist Neil deGrasse Tyson (hence the title of the album: Thank You Neil).\nhttps://ghostrecords.bandcamp.com/album/thank-you-neil",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}