Information about plays

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

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

{
    "id": 532625,
    "uri": "https://api.kexp.org/v2/plays/532625/?format=api",
    "airdate": "2002-03-29T18:25:56-08:00",
    "show": 9220,
    "show_uri": "https://api.kexp.org/v2/shows/9220/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51AQoczHQLL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51AQoczHQLL._SL75_.jpg",
    "song": "I'm All Fired Up",
    "track_id": "4af8d4da-d68e-491f-8e5c-8874e223a3ed",
    "recording_id": null,
    "artist": "Junior Brown",
    "artist_ids": [
        "de38023a-2fd6-443a-a18a-97fcdf48d6df"
    ],
    "album": "Long Walk Back",
    "release_id": "b65a54a7-f92b-45eb-9168-63879645be90",
    "release_group_id": null,
    "labels": [
        "Curb Records"
    ],
    "label_ids": [
        "1811d7d5-e3fa-41be-b457-666bd939f2a7"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}