Information about plays

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

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

{
    "id": 2682905,
    "uri": "https://api.kexp.org/v2/plays/2682905/?format=api",
    "airdate": "2020-01-06T16:01:57-08:00",
    "show": 46308,
    "show_uri": "https://api.kexp.org/v2/shows/46308/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Won't Let You",
    "track_id": "62634b2a-5452-465e-86b4-5261b991f4e2",
    "recording_id": null,
    "artist": "MorMor",
    "artist_ids": [
        "8c92e1b3-727b-49de-b624-28e09c345ff8"
    ],
    "album": "Won't Let You",
    "release_id": "24d932e8-dd26-48c6-86b0-aae0f0a76ac5",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-10-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "MorMor's 2019 EP \"Some Place Else\" made DJ Troy Nelson's top 10 albums of the year list! Check it out here: https://www.kexp.org/read/2019/11/30/2019-top-ten-list-spotlight-troy-nelson/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}