Information about plays

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

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

{
    "id": 2680384,
    "uri": "https://api.kexp.org/v2/plays/2680384/?format=api",
    "airdate": "2019-12-31T11:29:02-08:00",
    "show": 46264,
    "show_uri": "https://api.kexp.org/v2/shows/46264/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love Is",
    "track_id": "be0e0d31-5067-4578-8b04-44bd9f0e2473",
    "recording_id": null,
    "artist": "Dude York",
    "artist_ids": [
        "1ce990a5-52a0-448f-ba6d-4cc011ebe4b3"
    ],
    "album": "Lose Control/Love Is",
    "release_id": "8bab071e-63f8-45a6-9e37-bfffd0e66834",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2016-01-21",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Dude York is coming to Chop Suey on Saturday, February 1st, 2020,  They were just in the KEXP studio for a live performance in July: https://www.youtube.com/watch?v=KnM1zTqFldo&t=316s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}