Information about plays

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

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

{
    "id": 2678319,
    "uri": "https://api.kexp.org/v2/plays/2678319/?format=api",
    "airdate": "2019-12-26T08:37:36-08:00",
    "show": 46226,
    "show_uri": "https://api.kexp.org/v2/shows/46226/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don't Forget About Me",
    "track_id": "73851af5-92c6-4c20-821c-7027b1777744",
    "recording_id": null,
    "artist": "Alice Boman",
    "artist_ids": [
        "7e277d58-6039-4918-a5d9-ad028532f4aa"
    ],
    "album": "Dream On",
    "release_id": "857bb5e7-ff65-41c0-a950-3f43d782443f",
    "release_group_id": null,
    "labels": [
        "Play It Again Sam"
    ],
    "label_ids": [
        "3ccd1270-99d3-4b83-a311-6c60e127c866"
    ],
    "release_date": "2020-01-17",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}