Information about plays

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

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

{
    "id": 534708,
    "uri": "https://api.kexp.org/v2/plays/534708/?format=api",
    "airdate": "2002-04-04T21:00:58-08:00",
    "show": 9263,
    "show_uri": "https://api.kexp.org/v2/shows/9263/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/411P2YQQCJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/411P2YQQCJL._SL75_.jpg",
    "song": "Give Me Your Love (Love Song)",
    "track_id": null,
    "recording_id": null,
    "artist": "Lambchop",
    "artist_ids": [
        "f75150f0-d80d-4c34-903b-6acfb47b63ee"
    ],
    "album": "What Another Man Spills",
    "release_id": "7b907e27-4881-49f9-ad91-d4a47934e4b4",
    "release_group_id": null,
    "labels": [
        "City Slang"
    ],
    "label_ids": [
        "82935ddb-a9d6-45a7-85e3-0b0add51fa1c"
    ],
    "release_date": "1998-09-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}