Information about plays

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

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

{
    "id": 486738,
    "uri": "https://api.kexp.org/v2/plays/486738/?format=api",
    "airdate": "2001-11-15T01:17:08-08:00",
    "show": 8326,
    "show_uri": "https://api.kexp.org/v2/shows/8326/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/417XEB2FMFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/417XEB2FMFL._SL75_.jpg",
    "song": "Demons",
    "track_id": "941462f2-2c71-4028-ad62-9a93f3500702",
    "recording_id": null,
    "artist": "Guster",
    "artist_ids": [
        "6cbe1e63-5895-4168-ac7e-f0d2836ba0c1"
    ],
    "album": "Goldfly",
    "release_id": "70895e03-6766-4f30-8f63-18474fbbc9e2",
    "release_group_id": null,
    "labels": [
        "Aware"
    ],
    "label_ids": [
        "f49efbc7-4bbd-41ad-9107-0f3a6d951eb1"
    ],
    "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"
}