Information about plays

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

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

{
    "id": 371258,
    "uri": "https://api.kexp.org/v2/plays/371258/?format=api",
    "airdate": "2019-08-23T10:53:11-07:00",
    "show": 6184,
    "show_uri": "https://api.kexp.org/v2/shows/6184/?format=api",
    "image_uri": "http://coverartarchive.org/release/cd7d006c-a9fa-4094-a733-6d001dcfa4b4/14377077607-250.jpg",
    "thumbnail_uri": "",
    "song": "Kidding Around",
    "track_id": "d668cc58-4b7c-49a0-b809-5780b47c4a14",
    "recording_id": null,
    "artist": "Kurt Vile",
    "artist_ids": [
        "e07a111e-4e8a-4651-a849-01ac60551ab2"
    ],
    "album": "b'lieve i'm goin down...",
    "release_id": "cd7d006c-a9fa-4094-a733-6d001dcfa4b4",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2015-09-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kurt Vile and the Violators will be live at the THING Festival in Port Towsend, WA this Saturday, August 24.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}