Information about plays

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

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

{
    "id": 490128,
    "uri": "https://api.kexp.org/v2/plays/490128/?format=api",
    "airdate": "2001-11-25T02:07:00-08:00",
    "show": 8394,
    "show_uri": "https://api.kexp.org/v2/shows/8394/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ghcs7hN3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ghcs7hN3L._SL75_.jpg",
    "song": "Little Dogies",
    "track_id": "a3a22f8a-d8ba-457b-918e-8c1a334915db",
    "recording_id": null,
    "artist": "Pete Seeger",
    "artist_ids": [
        "af18a9bc-e4ab-4068-9489-b64e8186fcf1"
    ],
    "album": "Birds, Beasts, Bugs & Fishes and Little & Big Animal Folk Songs",
    "release_id": "471250e5-9013-4607-ad59-f101f367f94d",
    "release_group_id": null,
    "labels": [
        "Folkways"
    ],
    "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"
}