Information about plays

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

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

{
    "id": 531650,
    "uri": "https://api.kexp.org/v2/plays/531650/?format=api",
    "airdate": "2002-03-27T05:23:52-08:00",
    "show": 9204,
    "show_uri": "https://api.kexp.org/v2/shows/9204/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51CKXU5yi2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51CKXU5yi2L._SL75_.jpg",
    "song": "Come Closer",
    "track_id": "4d8d2fff-4bd2-4d4a-97d1-b1d0658c508b",
    "recording_id": null,
    "artist": "My Morning Jacket",
    "artist_ids": [
        "ea5883b7-68ce-48b3-b115-61746ea53b8c"
    ],
    "album": "My Morning Jacket / Songs: Ohia",
    "release_id": "1d95559f-93db-4c1c-96bc-c0dc653b2d38",
    "release_group_id": null,
    "labels": [
        "Jade Tree"
    ],
    "label_ids": [
        "d2fb9149-cca0-48f8-81fc-e6b69b4dbd5b"
    ],
    "release_date": "2002-03-19",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}