Information about plays

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

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

{
    "id": 1367013,
    "uri": "https://api.kexp.org/v2/plays/1367013/?format=api",
    "airdate": "2008-04-26T22:53:00-07:00",
    "show": 23867,
    "show_uri": "https://api.kexp.org/v2/shows/23867/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51WjIYc8J4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51WjIYc8J4L._SL75_.jpg",
    "song": "Straight Shooter",
    "track_id": "6e099107-465e-47f2-8b50-1dd4170d1d26",
    "recording_id": null,
    "artist": "Reigning Sound",
    "artist_ids": [
        "fd15c842-515a-4157-8c37-2b54c86390bc"
    ],
    "album": "Time Bomb High School",
    "release_id": "af21100e-01c1-4b46-9146-71550866a63f",
    "release_group_id": null,
    "labels": [
        "Light in the Attic Records"
    ],
    "label_ids": [
        "d277da0d-1d64-4256-90f5-ced940fb9b77"
    ],
    "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"
}