Information about plays

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

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

{
    "id": 474990,
    "uri": "https://api.kexp.org/v2/plays/474990/?format=api",
    "airdate": "2001-10-10T19:28:00-07:00",
    "show": 8095,
    "show_uri": "https://api.kexp.org/v2/shows/8095/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41fRWOwd5BL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41fRWOwd5BL._SL75_.jpg",
    "song": "Up the River",
    "track_id": "4ed7c1ee-d722-4c1d-acf1-ecb27cf8e923",
    "recording_id": null,
    "artist": "Laura Veirs",
    "artist_ids": [
        "8951c87f-f730-4247-b442-52ed14ad6a97"
    ],
    "album": "The Triumphs & Travails of Orphan Mae",
    "release_id": "784b4cb4-e29d-4722-945c-9345f211f6b2",
    "release_group_id": null,
    "labels": [
        "Raven Marching Band Records"
    ],
    "label_ids": [
        "ef466b00-7e71-493b-b062-f9c0e34a8b16"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}