Information about plays

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

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

{
    "id": 2683185,
    "uri": "https://api.kexp.org/v2/plays/2683185/?format=api",
    "airdate": "2020-01-07T08:50:57-08:00",
    "show": 46312,
    "show_uri": "https://api.kexp.org/v2/shows/46312/?format=api",
    "image_uri": "https://coverartarchive.org/release/e5648344-7e08-4131-8a60-138676d0cfef/3370472226-250.jpg",
    "thumbnail_uri": "",
    "song": "Popular",
    "track_id": "c70dfc89-d8ff-379b-9c12-d31693d0ecb9",
    "recording_id": null,
    "artist": "Nada Surf",
    "artist_ids": [
        "b9a2a9a6-7a40-48a6-bcb1-8eff5b89ad5b"
    ],
    "album": "High/Low",
    "release_id": "e5648344-7e08-4131-8a60-138676d0cfef",
    "release_group_id": null,
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1996-06-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nada Surf are playing The Neptune on the 14th.  https://bit.ly/2tyiOyR",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}