Information about plays

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

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

{
    "id": 488335,
    "uri": "https://api.kexp.org/v2/plays/488335/?format=api",
    "airdate": "2001-11-19T22:08:34-08:00",
    "show": 8360,
    "show_uri": "https://api.kexp.org/v2/shows/8360/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21RKJ7FZM8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21RKJ7FZM8L._SL75_.jpg",
    "song": "Two River Blues",
    "track_id": "2d4e0541-856d-4613-8e83-b402152be340",
    "recording_id": null,
    "artist": "The Mother Hips",
    "artist_ids": [
        "ae97dec5-cbbc-40be-b4d6-6673b660b3d3"
    ],
    "album": "Shoot Out",
    "release_id": "77fce536-d60d-4292-92b6-5ffeabf896d2",
    "release_group_id": null,
    "labels": [
        "American Recordings"
    ],
    "label_ids": [
        "f5be9cfe-e1af-405c-a074-caeaed6797c0"
    ],
    "release_date": "1996-10-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}