Information about plays

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

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

{
    "id": 516598,
    "uri": "https://api.kexp.org/v2/plays/516598/?format=api",
    "airdate": "2002-02-11T12:16:00-08:00",
    "show": 8913,
    "show_uri": "https://api.kexp.org/v2/shows/8913/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Salt Peanuts",
    "track_id": "cb712191-a6b1-415f-86a4-4fc30c1ab482",
    "recording_id": null,
    "artist": "Max Roach & Dizzy Gillespie",
    "artist_ids": [
        "4e54cc3c-9662-4e83-871a-397db4832b77"
    ],
    "album": "Max + Dizzy - Paris 1989 Disc 1",
    "release_id": "ef1c5f1c-4a76-4449-900d-c574c5f24334",
    "release_group_id": null,
    "labels": [
        "A"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}