Information about plays

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

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

{
    "id": 368665,
    "uri": "https://api.kexp.org/v2/plays/368665/?format=api",
    "airdate": "2019-08-17T11:34:36-07:00",
    "show": 6143,
    "show_uri": "https://api.kexp.org/v2/shows/6143/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "World of Dispensation",
    "track_id": "b04ca8e2-6c3b-3b96-a8d6-2d2be19daf43",
    "recording_id": null,
    "artist": "Singers & Players",
    "artist_ids": [
        "f3ed35c8-6939-4699-a662-c34d62ba148b"
    ],
    "album": "War of Words",
    "release_id": "3b070817-5403-4af4-a01e-452f0a3304e8",
    "release_group_id": null,
    "labels": [
        "On-U Sound"
    ],
    "label_ids": [
        "129d0c94-8097-4f3b-94a6-cf84ede01c7d"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Singer & Players featuring Bim Sherman",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}