Information about plays

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

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

{
    "id": 1256809,
    "uri": "https://api.kexp.org/v2/plays/1256809/?format=api",
    "airdate": "2007-07-20T03:38:59-07:00",
    "show": 22009,
    "show_uri": "https://api.kexp.org/v2/shows/22009/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/516APX3Fw1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/516APX3Fw1L._SL75_.jpg",
    "song": "Getting Special",
    "track_id": "0bb083be-116f-449c-a43f-f3d00fab71fe",
    "recording_id": null,
    "artist": "The Lodger",
    "artist_ids": [
        "243e0e47-6f5d-43be-864f-f51095a33919"
    ],
    "album": "Grown-Ups",
    "release_id": "77761000-6fc2-4a88-b5ef-54a105c9ce66",
    "release_group_id": null,
    "labels": [
        "Slumberland Records"
    ],
    "label_ids": [
        "5bf0ffc7-898d-43f0-a072-b072506fe617"
    ],
    "release_date": "2007-06-12",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}