Information about plays

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

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

{
    "id": 1316246,
    "uri": "https://api.kexp.org/v2/plays/1316246/?format=api",
    "airdate": "2007-12-19T22:48:15-08:00",
    "show": 23017,
    "show_uri": "https://api.kexp.org/v2/shows/23017/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51lZUwQlRIL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51lZUwQlRIL._SL75_.jpg",
    "song": "Meshes in the Afternoon",
    "track_id": "668e4033-5f97-456d-9033-2659b824b0fc",
    "recording_id": null,
    "artist": "Pram",
    "artist_ids": [
        "eb87c32c-d604-4be5-a70c-92c2c78be9d0"
    ],
    "album": "Helium",
    "release_id": "a67f5968-90d0-479e-bf06-5ffcf3170de4",
    "release_group_id": null,
    "labels": [
        "Too Pure"
    ],
    "label_ids": [
        "ae5ab1f6-8ce6-4af0-9268-442b9067f537"
    ],
    "release_date": "1994-09-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}