Information about plays

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

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

{
    "id": 501075,
    "uri": "https://api.kexp.org/v2/plays/501075/?format=api",
    "airdate": "2001-12-27T19:02:00-08:00",
    "show": 8604,
    "show_uri": "https://api.kexp.org/v2/shows/8604/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4139GGEQKCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4139GGEQKCL._SL75_.jpg",
    "song": "Friendless Marriage",
    "track_id": null,
    "recording_id": null,
    "artist": "Bruce Robison",
    "artist_ids": [
        "adb88c8d-7f5c-4776-92b9-fc42e08e2949"
    ],
    "album": "Country Sunshine",
    "release_id": "93f64c97-6210-4ab1-8b58-9fc09bf0c7f3",
    "release_group_id": null,
    "labels": [
        "Boar's Nest"
    ],
    "label_ids": [],
    "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"
}