Information about plays

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

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

{
    "id": 348632,
    "uri": "https://api.kexp.org/v2/plays/348632/?format=api",
    "airdate": "2019-07-01T12:51:00-07:00",
    "show": 5811,
    "show_uri": "https://api.kexp.org/v2/shows/5811/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "She Says What She Means",
    "track_id": "e9da6a58-e63b-4cd0-b665-58c07cfe91e4",
    "recording_id": null,
    "artist": "Sloan",
    "artist_ids": [
        "5a63c831-5bdb-444d-a9db-974501e3317d"
    ],
    "album": "Navy Blues",
    "release_id": "9e40bf75-6601-4ae5-888f-5570ff4bfd59",
    "release_group_id": null,
    "labels": [
        "murderecords"
    ],
    "label_ids": [],
    "release_date": "1998-07-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Founded in 1991 in Halifax, NS. Here's Live Video from Sloan's 2014 KEXP In-Studio: https://www.youtube.com/watch?v=bbD_eSEz9ys.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}