Information about plays

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

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

{
    "id": 456252,
    "uri": "https://api.kexp.org/v2/plays/456252/?format=api",
    "airdate": "2001-08-16T08:57:00-07:00",
    "show": 7724,
    "show_uri": "https://api.kexp.org/v2/shows/7724/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41E731W3QQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41E731W3QQL._SL75_.jpg",
    "song": "They're Hanging Me Tonight",
    "track_id": "1504dfb3-c379-4799-9297-fb29403989d9",
    "recording_id": null,
    "artist": "Red Snapper",
    "artist_ids": [
        "89abed31-3a93-407e-a4a3-a94e193488cd"
    ],
    "album": "Our Aim is to Satisfy Red Snapper",
    "release_id": "75eaca94-ad4f-414d-a03b-df1c92e99eec",
    "release_group_id": null,
    "labels": [
        "Warp Records"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2000-10-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}