Information about plays

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

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

{
    "id": 1393225,
    "uri": "https://api.kexp.org/v2/plays/1393225/?format=api",
    "airdate": "2008-07-03T19:20:22-07:00",
    "show": 24314,
    "show_uri": "https://api.kexp.org/v2/shows/24314/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51hRL3fqhyL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51hRL3fqhyL._SL75_.jpg",
    "song": "Another Place, Another Time",
    "track_id": "a432a518-58cc-49e1-8360-303c4e1e594b",
    "recording_id": null,
    "artist": "Ronnie and Rob McCoury",
    "artist_ids": [
        "369a43b2-a31d-4bdb-8e54-a8375eb1ed61"
    ],
    "album": "Ronnie & Rob McCoury",
    "release_id": "ce15efd1-1e78-446b-8266-ad8e0a964549",
    "release_group_id": null,
    "labels": [
        "McCoury Music"
    ],
    "label_ids": [
        "d46e465b-b25b-4a49-93c5-f0620ce3b1a0"
    ],
    "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"
}