Information about plays

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

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

{
    "id": 1292208,
    "uri": "https://api.kexp.org/v2/plays/1292208/?format=api",
    "airdate": "2007-10-18T02:26:45-07:00",
    "show": 22609,
    "show_uri": "https://api.kexp.org/v2/shows/22609/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51nUjailkML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51nUjailkML._SL75_.jpg",
    "song": "Sweet '69",
    "track_id": "10575299-3643-4e82-a1b9-68b164579562",
    "recording_id": null,
    "artist": "Pink Mountaintops",
    "artist_ids": [
        "307acc10-db10-441a-abf8-4c47e63b342c"
    ],
    "album": "The Pink Mountaintops",
    "release_id": "e6c50c1a-6c41-40e7-8f8c-2861502f13a2",
    "release_group_id": null,
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}