Information about plays

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

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

{
    "id": 2682717,
    "uri": "https://api.kexp.org/v2/plays/2682717/?format=api",
    "airdate": "2020-01-06T05:00:48-08:00",
    "show": 46305,
    "show_uri": "https://api.kexp.org/v2/shows/46305/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nothing Deep Inside",
    "track_id": "eb70d67d-fc4d-40ba-a2a8-94fda424e75f",
    "recording_id": null,
    "artist": "Rocketship",
    "artist_ids": [
        "eac97210-6b86-46a3-85fb-62fa350b9bab"
    ],
    "album": "Thanks to You",
    "release_id": "3b506892-2074-4ce3-bba6-14b9a26f1611",
    "release_group_id": null,
    "labels": [
        "Darla Records"
    ],
    "label_ids": [
        "8a6785c2-26ca-4198-ac89-25d908e65c35"
    ],
    "release_date": "2019-10-11",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sacramento band",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}