Information about plays

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

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

{
    "id": 452879,
    "uri": "https://api.kexp.org/v2/plays/452879/?format=api",
    "airdate": "2001-08-06T19:52:30-07:00",
    "show": 7663,
    "show_uri": "https://api.kexp.org/v2/shows/7663/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61uyF50vAmL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61uyF50vAmL._SL75_.jpg",
    "song": "Funky Kingston",
    "track_id": "22e50074-e27c-47cb-be01-179894ba5e8f",
    "recording_id": null,
    "artist": "Toots & The Maytals",
    "artist_ids": [
        "29730ee3-e1c7-4e28-9ccd-3a0e6b0e8103"
    ],
    "album": "Funky Kingston",
    "release_id": "00b2740b-1261-4f48-b663-1e9a2295a950",
    "release_group_id": null,
    "labels": [
        "Trojan Records"
    ],
    "label_ids": [
        "5bda15e5-d721-4f01-bdc1-24ed2f712712"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}