Information about plays

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

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

{
    "id": 1375897,
    "uri": "https://api.kexp.org/v2/plays/1375897/?format=api",
    "airdate": "2008-05-19T05:16:18-07:00",
    "show": 24016,
    "show_uri": "https://api.kexp.org/v2/shows/24016/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51N2DRZSAxL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51N2DRZSAxL._SL75_.jpg",
    "song": "Calm Like You",
    "track_id": "0f464a41-0d0c-4dd7-b742-49648b8603c2",
    "recording_id": null,
    "artist": "The Last Shadow Puppets",
    "artist_ids": [
        "8a3e1c4f-59a8-457a-826c-fe961419a8ae"
    ],
    "album": "The Age of the Understatement",
    "release_id": "8d011191-0a3b-43c9-a648-97fb107d7234",
    "release_group_id": null,
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2016-01-11",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}