Information about plays

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

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

{
    "id": 499688,
    "uri": "https://api.kexp.org/v2/plays/499688/?format=api",
    "airdate": "2001-12-23T16:20:00-08:00",
    "show": 8578,
    "show_uri": "https://api.kexp.org/v2/shows/8578/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51qNfRDv2fL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51qNfRDv2fL._SL75_.jpg",
    "song": "A Christmas Lad's Song",
    "track_id": null,
    "recording_id": null,
    "artist": "Le Mystère des voix bulgares",
    "artist_ids": [
        "fb91de23-78a7-4e12-8003-9569b8cedd76"
    ],
    "album": "Ritual",
    "release_id": "c7a516bd-487b-413a-8870-c26e8c5f2c14",
    "release_group_id": null,
    "labels": [
        "Elektra Nonesuch"
    ],
    "label_ids": [
        "f19b3f91-d173-47ef-b716-da8b04e7aea3"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}