Information about plays

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

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

{
    "id": 1376249,
    "uri": "https://api.kexp.org/v2/plays/1376249/?format=api",
    "airdate": "2008-05-20T03:11:27-07:00",
    "show": 24022,
    "show_uri": "https://api.kexp.org/v2/shows/24022/?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": "My Mistakes Were Made for You",
    "track_id": null,
    "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"
}