Information about plays

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

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

{
    "id": 369630,
    "uri": "https://api.kexp.org/v2/plays/369630/?format=api",
    "airdate": "2019-08-19T22:42:18-07:00",
    "show": 6163,
    "show_uri": "https://api.kexp.org/v2/shows/6163/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Track Uno",
    "track_id": "f573007b-5459-4bb8-901e-20c2f29993ce",
    "recording_id": null,
    "artist": "Kaytranada",
    "artist_ids": [
        "e56aee57-d90e-40cf-a70d-beb70f6f3c69"
    ],
    "album": "99.9%",
    "release_id": "424a6c98-eebe-46ac-9b04-e9844b0d8e7a",
    "release_group_id": null,
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [],
    "release_date": "2016-05-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}