Information about plays

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

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

{
    "id": 349747,
    "uri": "https://api.kexp.org/v2/plays/349747/?format=api",
    "airdate": "2019-07-03T20:55:38-07:00",
    "show": 5825,
    "show_uri": "https://api.kexp.org/v2/shows/5825/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Smokin' Cheeba Cheeba",
    "track_id": null,
    "recording_id": null,
    "artist": "George Benson",
    "artist_ids": [],
    "album": "Erotic Moods",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Paul Winley Records"
    ],
    "label_ids": [
        "c9d0a76f-854e-4dd7-b2e5-02b3ebbf2c7c"
    ],
    "release_date": "1978-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded 1976-'78 at the same time as the Harlem Underground Band's debut album (they're also on this record and Benson featured on their recordings)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}