Information about plays

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

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

{
    "id": 2682522,
    "uri": "https://api.kexp.org/v2/plays/2682522/?format=api",
    "airdate": "2020-01-05T16:02:00-08:00",
    "show": 46301,
    "show_uri": "https://api.kexp.org/v2/shows/46301/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Close to Me (Closest mix)",
    "track_id": "860bcaf0-29f2-30c2-8585-7002269a244a",
    "recording_id": null,
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "Close to Me (Closest mix)",
    "release_id": "9aac45d5-2aad-4c35-a109-abca1e03e505",
    "release_group_id": null,
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1990-10-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}