Information about plays

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

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

{
    "id": 1263616,
    "uri": "https://api.kexp.org/v2/plays/1263616/?format=api",
    "airdate": "2007-08-06T10:51:22-07:00",
    "show": 22129,
    "show_uri": "https://api.kexp.org/v2/shows/22129/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61F3NW9dOCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61F3NW9dOCL._SL75_.jpg",
    "song": "HTML",
    "track_id": "da70a089-a966-4443-9bf8-7dc63237ec89",
    "recording_id": null,
    "artist": "The Hot Toddies",
    "artist_ids": [
        "2402e21f-f02b-4c0f-aed3-173e8d265780"
    ],
    "album": "Smell the Mitten",
    "release_id": "5fa8c851-e48e-4969-af31-cd405b5ba27b",
    "release_group_id": null,
    "labels": [
        "Asian Man Records"
    ],
    "label_ids": [
        "79cae522-8d5a-4535-a760-575b58f8957d"
    ],
    "release_date": "2007-09-11",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}