Information about plays

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

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

{
    "id": 535493,
    "uri": "https://api.kexp.org/v2/plays/535493/?format=api",
    "airdate": "2002-04-07T05:23:00-07:00",
    "show": 9279,
    "show_uri": "https://api.kexp.org/v2/shows/9279/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51EiCluns4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51EiCluns4L._SL75_.jpg",
    "song": "Chalkpit",
    "track_id": "1f589d76-c903-41ea-a191-8ffa06325a14",
    "recording_id": null,
    "artist": "The James Taylor Quartet",
    "artist_ids": [
        "95495d6a-c1f2-4a62-b0e3-b9c5f2e9dea6"
    ],
    "album": "Message From the Godfather",
    "release_id": "cd5afc35-eaa6-4d7b-ab7b-320f7f783694",
    "release_group_id": null,
    "labels": [
        "Ubiquity"
    ],
    "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"
}