Information about plays

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

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

{
    "id": 2683144,
    "uri": "https://api.kexp.org/v2/plays/2683144/?format=api",
    "airdate": "2020-01-07T06:28:02-08:00",
    "show": 46312,
    "show_uri": "https://api.kexp.org/v2/shows/46312/?format=api",
    "image_uri": "https://coverartarchive.org/release/01857a11-b9b5-464a-b17b-d01b39f66a2a/24060466295-250.jpg",
    "thumbnail_uri": "",
    "song": "cellophane",
    "track_id": "a197415d-3c76-44a3-9c80-31efaa99d142",
    "recording_id": null,
    "artist": "FKA twigs",
    "artist_ids": [
        "1e4e9db7-5068-4a9c-bdd0-5777e47172c8"
    ],
    "album": "MAGDALENE",
    "release_id": "4d00512e-dde9-453d-91c6-fc673f8895f6",
    "release_group_id": null,
    "labels": [
        "Young Turks"
    ],
    "label_ids": [
        "87667892-a93f-43e4-a004-f8b9182788df"
    ],
    "release_date": "2019-11-08",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "FKA twigs on Vulnerability and the Magical Powers of Women -  read the KEXP interview here:  https://bit.ly/36yhf2D",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}