Information about plays

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

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

{
    "id": 2682511,
    "uri": "https://api.kexp.org/v2/plays/2682511/?format=api",
    "airdate": "2020-01-05T15:25:00-08:00",
    "show": 46301,
    "show_uri": "https://api.kexp.org/v2/shows/46301/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Twist Barbie",
    "track_id": "94d9df6c-0ea7-4edd-b979-76970799006e",
    "recording_id": null,
    "artist": "Shonen Knife",
    "artist_ids": [
        "5089b746-7612-4a13-9153-33ff2560e161"
    ],
    "album": "Shonen Knife",
    "release_id": "68803ecd-9d97-4bee-b5a5-0c82f948a7d0",
    "release_group_id": null,
    "labels": [
        "Giant Records"
    ],
    "label_ids": [
        "cf856868-693c-4cd1-8f10-216d3e7216df"
    ],
    "release_date": "1990-05-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}