Information about plays

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

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

{
    "id": 352618,
    "uri": "https://api.kexp.org/v2/plays/352618/?format=api",
    "airdate": "2019-07-10T15:22:00-07:00",
    "show": 5876,
    "show_uri": "https://api.kexp.org/v2/shows/5876/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Call Me",
    "track_id": null,
    "recording_id": null,
    "artist": "The Dandy Warhols",
    "artist_ids": [
        "5f572b31-8fd9-45ae-9beb-358c98d839df"
    ],
    "album": "We Used to Be Friends",
    "release_id": "41356d68-1a1f-4004-8845-a2613bc8eafa",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [],
    "release_date": "2003-05-05",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Blondie cover:)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}