Information about plays

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

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

{
    "id": 2679984,
    "uri": "https://api.kexp.org/v2/plays/2679984/?format=api",
    "airdate": "2019-12-30T14:38:13-08:00",
    "show": 46259,
    "show_uri": "https://api.kexp.org/v2/shows/46259/?format=api",
    "image_uri": "https://coverartarchive.org/release/76aee258-6388-45bd-ab24-efdc0b2fd4c9/22347669523-250.jpg",
    "thumbnail_uri": "",
    "song": "Cuatro Crazy",
    "track_id": "91f296a6-2a96-4e4d-8cc9-8e2d93efe004",
    "recording_id": null,
    "artist": "Y La Bamba",
    "artist_ids": [
        "f6157276-5fab-43d5-843c-3e77cd1a12d3"
    ],
    "album": "Mujeres",
    "release_id": "76aee258-6388-45bd-ab24-efdc0b2fd4c9",
    "release_group_id": null,
    "labels": [
        "Tender Loving Empire"
    ],
    "label_ids": [
        "6708195c-ef0d-4d2e-a8b3-cba72670f17c"
    ],
    "release_date": "2019-02-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Y La Bamba will be in Seattle on Sunday, February 23rd at the Laser Dome in the Pacific Science Center! In the meantime, check out their in-studio performance from August, 2017. https://www.youtube.com/watch?v=2M6MEU_ZqVA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}