Information about plays

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

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

{
    "id": 486554,
    "uri": "https://api.kexp.org/v2/plays/486554/?format=api",
    "airdate": "2001-11-14T12:31:34-08:00",
    "show": 8322,
    "show_uri": "https://api.kexp.org/v2/shows/8322/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/2154P5GG9YL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/2154P5GG9YL._SL75_.jpg",
    "song": "New Teen Anthem",
    "track_id": "fce3b29a-96b9-4c74-92a8-99ea0fb95548",
    "recording_id": null,
    "artist": "Les Savy Fav ",
    "artist_ids": [
        "c507bf8f-2ac0-47e5-b7c6-4afd61a977e2"
    ],
    "album": "3/5",
    "release_id": "b49dc70e-424d-42c3-b844-ea513d5474d7",
    "release_group_id": null,
    "labels": [
        "The Self-Starter Foundation"
    ],
    "label_ids": [
        "8a5b200b-99a3-477e-87a0-b076906bf4d5"
    ],
    "release_date": "1997-07-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}