Information about plays

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

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

{
    "id": 492052,
    "uri": "https://api.kexp.org/v2/plays/492052/?format=api",
    "airdate": "2001-11-30T19:00:00-08:00",
    "show": 8431,
    "show_uri": "https://api.kexp.org/v2/shows/8431/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41Z8YYQ4RVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41Z8YYQ4RVL._SL75_.jpg",
    "song": "Everybody's Trying to Be My Baby",
    "track_id": "6b15b35e-8cee-4bb8-96df-8c93091202cd",
    "recording_id": null,
    "artist": "Carl Perkins",
    "artist_ids": [
        "068bd7ab-c38e-4fae-8ed2-cb0c153ed68f"
    ],
    "album": "The Classic Carl Perkins (disc 1)",
    "release_id": "b9e7e79b-e70b-4acb-ad4f-242a76acf6ea",
    "release_group_id": null,
    "labels": [
        "Bear Family Records"
    ],
    "label_ids": [
        "bf19ea5d-45a8-4980-b050-1dd4f7194952"
    ],
    "release_date": "1990-02-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}