Information about plays

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

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

{
    "id": 352667,
    "uri": "https://api.kexp.org/v2/plays/352667/?format=api",
    "airdate": "2019-07-10T18:12:42-07:00",
    "show": 5877,
    "show_uri": "https://api.kexp.org/v2/shows/5877/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Put My Records On",
    "track_id": null,
    "recording_id": null,
    "artist": "Georgia Dish Boys",
    "artist_ids": [],
    "album": "Good Country Livin'",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "1259572 Records DK2"
    ],
    "label_ids": [],
    "release_date": "2019-07-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Just released yesterday from the Athens, GA band: https://www.americanstandardtime.com/2019/06/06/georgia-dish-boys-put-my-records-on-ast-track-premier ; https://georgiadishboys.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}