Information about plays

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

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

{
    "id": 1196130,
    "uri": "https://api.kexp.org/v2/plays/1196130/?format=api",
    "airdate": "2007-02-12T20:49:29-08:00",
    "show": 20968,
    "show_uri": "https://api.kexp.org/v2/shows/20968/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Waziery",
    "track_id": "026386f1-e745-4808-b9d0-d55acfe2c973",
    "recording_id": null,
    "artist": "El Tanbura",
    "artist_ids": [
        "7efc1eb8-4a9a-4153-b351-274f1bfa6b50"
    ],
    "album": "Between the Desert and the Sea",
    "release_id": "8890e5f1-8d18-401a-9031-d1a61656035c",
    "release_group_id": null,
    "labels": [
        "World Village"
    ],
    "label_ids": [
        "5518f9d4-e198-4850-8c2c-296271a417fe"
    ],
    "release_date": "2006-10-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}