Information about plays

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

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

{
    "id": 414728,
    "uri": "https://api.kexp.org/v2/plays/414728/?format=api",
    "airdate": "2001-04-12T12:00:00-07:00",
    "show": 6917,
    "show_uri": "https://api.kexp.org/v2/shows/6917/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51HmezK4eFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51HmezK4eFL._SL75_.jpg",
    "song": "Under the Tracks",
    "track_id": "48848c02-78f4-445e-b023-358dc223c27a",
    "recording_id": null,
    "artist": "Creeper Lagoon",
    "artist_ids": [
        "07196030-e7d2-427b-99a8-0b5ae68bb3b7"
    ],
    "album": "Take Back the Universe and Give Me Yesterday",
    "release_id": "54f12216-47d6-4baf-8da0-bc878bd871a5",
    "release_group_id": null,
    "labels": [
        "DreamWorks Records"
    ],
    "label_ids": [
        "d4751e8e-aa7f-4670-b8a3-4a861bcffa0d"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}