Information about plays

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

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

{
    "id": 2683165,
    "uri": "https://api.kexp.org/v2/plays/2683165/?format=api",
    "airdate": "2020-01-07T07:41:55-08:00",
    "show": 46312,
    "show_uri": "https://api.kexp.org/v2/shows/46312/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Runner",
    "track_id": "b4fe25cb-ad09-4c11-b28d-b23edc8add94",
    "recording_id": null,
    "artist": "Foals",
    "artist_ids": [
        "6a65d878-fcd0-42cf-aff9-ca1d636a8bcc"
    ],
    "album": "Part 2, Everything Not Saved Will Be Lost",
    "release_id": "0f358547-5009-4843-a253-717bbd04dde9",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-10-18",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "You can see Foals in Portland on May 23rd or in Vancouver BC on May 24th.  No Seattle date...",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}