Information about plays

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

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

{
    "id": 487590,
    "uri": "https://api.kexp.org/v2/plays/487590/?format=api",
    "airdate": "2001-11-17T12:08:00-08:00",
    "show": 8342,
    "show_uri": "https://api.kexp.org/v2/shows/8342/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21C3V38KZQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21C3V38KZQL._SL75_.jpg",
    "song": "wishy washy women",
    "track_id": null,
    "recording_id": null,
    "artist": "The Loved Ones",
    "artist_ids": [
        "533ef679-c1f8-4ea7-b4b9-4aab518e556f"
    ],
    "album": "Better Do Right",
    "release_id": "a9b8faea-85c1-40f6-a3e2-c59ad57d9ddc",
    "release_group_id": null,
    "labels": [
        "Hightone"
    ],
    "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"
}