Information about plays

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

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

{
    "id": 1295164,
    "uri": "https://api.kexp.org/v2/plays/1295164/?format=api",
    "airdate": "2007-10-25T18:46:23-07:00",
    "show": 22657,
    "show_uri": "https://api.kexp.org/v2/shows/22657/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51r49deZa5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51r49deZa5L._SL75_.jpg",
    "song": "Milk Cow Blues",
    "track_id": "2b0645ef-8adb-4a13-9e79-ce804b078878",
    "recording_id": null,
    "artist": "IIIrd Tyme Out",
    "artist_ids": [
        "d4e0e4b2-4d84-498f-9f24-ef624b095602"
    ],
    "album": "John and Mary",
    "release_id": "d2fb0327-b008-4d0b-993b-1c9f3a7c15dc",
    "release_group_id": null,
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "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"
}