Information about plays

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

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

{
    "id": 2683178,
    "uri": "https://api.kexp.org/v2/plays/2683178/?format=api",
    "airdate": "2020-01-07T08:27:48-08:00",
    "show": 46312,
    "show_uri": "https://api.kexp.org/v2/shows/46312/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Void",
    "track_id": "d4154aaa-e489-470b-9e83-34408c6a0960",
    "recording_id": null,
    "artist": "Algiers",
    "artist_ids": [
        "258e8672-1db1-469a-a505-00a42aaf0973"
    ],
    "album": "There Is No Year",
    "release_id": "9ded9fa2-764c-4047-8486-403fbbe98fb8",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2020-01-17",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Algiers are coming back to Seattle on March 29th. Catch them at The Crocodile.  Tickets and info:  https://bit.ly/35CAiaQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}