Information about plays

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

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

{
    "id": 422101,
    "uri": "https://api.kexp.org/v2/plays/422101/?format=api",
    "airdate": "2001-05-07T16:48:34-07:00",
    "show": 7072,
    "show_uri": "https://api.kexp.org/v2/shows/7072/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/3168Dr1Lz3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/3168Dr1Lz3L._SL75_.jpg",
    "song": "What Once Was",
    "track_id": null,
    "recording_id": null,
    "artist": "Thee Headcoatees",
    "artist_ids": [
        "f56c6e48-5d33-454e-8744-67e197e20fe0"
    ],
    "album": "Ballad of the Insolent Pup",
    "release_id": "564d7203-c7b3-4f30-82e1-36097938b693",
    "release_group_id": null,
    "labels": [
        "Vinyl Japan"
    ],
    "label_ids": [
        "08910e04-fd90-4c54-bd4b-ed594acdbb00"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}