Information about plays

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

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

{
    "id": 371923,
    "uri": "https://api.kexp.org/v2/plays/371923/?format=api",
    "airdate": "2019-08-24T23:04:00-07:00",
    "show": 6195,
    "show_uri": "https://api.kexp.org/v2/shows/6195/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Saint Jacques",
    "track_id": "ce5bc6c0-5faa-3fc2-82f6-2fec804c0b60",
    "recording_id": null,
    "artist": "Lightning Bolt",
    "artist_ids": [
        "978a36f7-85c6-44ca-a02e-7564e8fa8284"
    ],
    "album": "Ride the Skies",
    "release_id": "b4d77f6d-395b-4993-866b-3f8c8300798e",
    "release_group_id": null,
    "labels": [
        "Load Records"
    ],
    "label_ids": [],
    "release_date": "2001-02-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New album, Sonic Citadel will be released on October 11th; https://lightningbolt.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}