Information about plays

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

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

{
    "id": 1196770,
    "uri": "https://api.kexp.org/v2/plays/1196770/?format=api",
    "airdate": "2007-02-14T11:35:47-08:00",
    "show": 20978,
    "show_uri": "https://api.kexp.org/v2/shows/20978/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41C809VSY5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41C809VSY5L._SL75_.jpg",
    "song": "Inside of Love",
    "track_id": null,
    "recording_id": null,
    "artist": "Nada Surf",
    "artist_ids": [
        "b9a2a9a6-7a40-48a6-bcb1-8eff5b89ad5b"
    ],
    "album": "Let Go",
    "release_id": "8dd45095-fc9c-4b73-85f3-1742b28cd8e1",
    "release_group_id": null,
    "labels": [
        "Barsuk Records"
    ],
    "label_ids": [
        "a4f904e0-f048-4c13-88ec-f9f31f3e6109"
    ],
    "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"
}