Information about plays

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

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

{
    "id": 2681702,
    "uri": "https://api.kexp.org/v2/plays/2681702/?format=api",
    "airdate": "2020-01-03T18:07:00-08:00",
    "show": 46285,
    "show_uri": "https://api.kexp.org/v2/shows/46285/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "La vida es un carnaval",
    "track_id": "74b58f34-7726-339c-9ade-8c52cdeadd5a",
    "recording_id": null,
    "artist": "Celia Cruz",
    "artist_ids": [
        "7b8e1188-9ca4-4aa5-8393-172de6fa04de"
    ],
    "album": "El carnaval de la vida",
    "release_id": "40b01adb-2bbc-4280-842f-5854a123a899",
    "release_group_id": null,
    "labels": [
        "Lideres Entertainment Group"
    ],
    "label_ids": [],
    "release_date": "2003-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Queen of Salsa. https://celiacruz.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}