Information about plays

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

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

{
    "id": 2681016,
    "uri": "https://api.kexp.org/v2/plays/2681016/?format=api",
    "airdate": "2020-01-02T00:01:00-08:00",
    "show": 46273,
    "show_uri": "https://api.kexp.org/v2/shows/46273/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rye Lane Shuffle",
    "track_id": "0a9cc1e1-cfef-4830-b073-a17319944917",
    "recording_id": null,
    "artist": "Moses Boyd Exodus",
    "artist_ids": [
        "a31d689f-bb04-45e4-aec0-b06022186e52"
    ],
    "album": "Displaced Diaspora",
    "release_id": "6d975850-e068-456a-bd0b-123d41f32182",
    "release_group_id": null,
    "labels": [
        "Exodus"
    ],
    "label_ids": [],
    "release_date": "2018-09-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New sounds out of the UK.  https://mosesboyd.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}