Information about plays

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

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

{
    "id": 2681483,
    "uri": "https://api.kexp.org/v2/plays/2681483/?format=api",
    "airdate": "2020-01-03T03:33:09-08:00",
    "show": 46281,
    "show_uri": "https://api.kexp.org/v2/shows/46281/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All I Got",
    "track_id": "aafdb9c7-550b-4160-80f7-c7c02240d05b",
    "recording_id": null,
    "artist": "FKL",
    "artist_ids": [
        "96f23595-ccac-4957-ba5e-d5f50de8e9ff"
    ],
    "album": "Out of Tune",
    "release_id": "d7244b30-50f7-406a-87a8-244edff4a110",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2017-11-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}