Information about plays

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

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

{
    "id": 2682805,
    "uri": "https://api.kexp.org/v2/plays/2682805/?format=api",
    "airdate": "2020-01-06T10:00:48-08:00",
    "show": 46307,
    "show_uri": "https://api.kexp.org/v2/shows/46307/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Driving",
    "track_id": "fd5f0d03-58f9-4e23-9ca8-39f1fe546090",
    "recording_id": null,
    "artist": "Poliça",
    "artist_ids": [
        "9357482a-9517-456e-b949-e7370e926034"
    ],
    "album": "Driving",
    "release_id": "b151c602-9d1c-49e6-9095-26f98f285587",
    "release_group_id": null,
    "labels": [
        "Memphis Industries"
    ],
    "label_ids": [
        "3f99dc33-5312-419c-9f81-fe5bd7ab8df8"
    ],
    "release_date": "2019-10-09",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Polica will be releasing their new album When We Stay Alive on the 31st of January 2020 <br><br> Polica will also be playing the Neptune on Thursday the 16th of April 2020",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}