Information about plays

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

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

{
    "id": 504014,
    "uri": "https://api.kexp.org/v2/plays/504014/?format=api",
    "airdate": "2002-01-05T15:12:00-08:00",
    "show": 8663,
    "show_uri": "https://api.kexp.org/v2/shows/8663/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/411W63M0QNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/411W63M0QNL._SL75_.jpg",
    "song": "The Essence",
    "track_id": "635c6f59-82b5-4cd7-9c42-1f6393dafd65",
    "recording_id": null,
    "artist": "Mark Pritchard",
    "artist_ids": [
        "77e40f25-44f3-48f9-b7d3-572e82dcc9ba"
    ],
    "album": "Freezone 6: Fourth Person Singular (disc 2)",
    "release_id": "22dfc349-7946-41e1-a2c4-7b67d05ed15d",
    "release_group_id": null,
    "labels": [
        "Crammed"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}