Information about plays

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

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

{
    "id": 2681908,
    "uri": "https://api.kexp.org/v2/plays/2681908/?format=api",
    "airdate": "2020-01-04T04:33:20-08:00",
    "show": 46287,
    "show_uri": "https://api.kexp.org/v2/shows/46287/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Men Sou Yo",
    "track_id": "f23b6c86-a5ef-4db6-8716-f69519152ea4",
    "recording_id": null,
    "artist": "Waahli",
    "artist_ids": [
        "05097b7a-8cb7-460b-9bb3-f0bbfbfce8fe"
    ],
    "album": "Black Soap",
    "release_id": "d161e024-b2c2-4ec4-8807-64cc68555c6f",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2018-09-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}