Information about plays

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

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

{
    "id": 500977,
    "uri": "https://api.kexp.org/v2/plays/500977/?format=api",
    "airdate": "2001-12-27T11:25:00-08:00",
    "show": 8602,
    "show_uri": "https://api.kexp.org/v2/shows/8602/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51HY4QQAS6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51HY4QQAS6L._SL75_.jpg",
    "song": "Loose Fit",
    "track_id": null,
    "recording_id": null,
    "artist": "Happy Mondays",
    "artist_ids": [
        "01f4fb92-6bf0-4de5-83dc-3fe194e763bf"
    ],
    "album": "Pills 'n' Thrills and Bellyaches",
    "release_id": "b39df846-e3c4-4b2e-9e51-05809fcfcb70",
    "release_group_id": null,
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}