Information about plays

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

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

{
    "id": 1360689,
    "uri": "https://api.kexp.org/v2/plays/1360689/?format=api",
    "airdate": "2008-04-10T23:00:00-07:00",
    "show": 23760,
    "show_uri": "https://api.kexp.org/v2/shows/23760/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51VfZJat4iL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51VfZJat4iL._SL75_.jpg",
    "song": "Shenandoah",
    "track_id": "96f72593-0046-4ff4-81de-cd25d7e94ce5",
    "recording_id": null,
    "artist": "Mormon Tabernacle Choir",
    "artist_ids": [
        "82799747-1c25-4df6-92e1-6803e330b7f7"
    ],
    "album": "Songs From America's Heartland",
    "release_id": "80b257ce-4f7d-49ee-bbac-f7dc997f54ea",
    "release_group_id": null,
    "labels": [
        "Argo"
    ],
    "label_ids": [
        "bb9a014f-e627-47ef-97c2-81431ce26f97"
    ],
    "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"
}