Information about plays

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

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

{
    "id": 2678656,
    "uri": "https://api.kexp.org/v2/plays/2678656/?format=api",
    "airdate": "2019-12-27T04:53:25-08:00",
    "show": 46232,
    "show_uri": "https://api.kexp.org/v2/shows/46232/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Que Sera, Sera (Whatever Will Be, Will Be)",
    "track_id": "97e0e855-cde9-31a4-a3fd-bc396c38bd6b",
    "recording_id": null,
    "artist": "Sly & the Family Stone",
    "artist_ids": [
        "b7ec4c54-1f93-4bf2-957f-7b9921ab84ea"
    ],
    "album": "Fresh",
    "release_id": "72e14f2a-bd30-3310-b498-fc309203d08a",
    "release_group_id": null,
    "labels": [
        "Legacy"
    ],
    "label_ids": [],
    "release_date": "2007-04-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}