Information about plays

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

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

{
    "id": 534169,
    "uri": "https://api.kexp.org/v2/plays/534169/?format=api",
    "airdate": "2002-04-03T08:56:00-08:00",
    "show": 9253,
    "show_uri": "https://api.kexp.org/v2/shows/9253/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51NDEETT8AL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51NDEETT8AL._SL75_.jpg",
    "song": "Cut Your Hair",
    "track_id": null,
    "recording_id": null,
    "artist": "Pavement",
    "artist_ids": [
        "36bfa85f-737b-41db-a8fc-b8825850ffc3"
    ],
    "album": "Crooked Rain, Crooked Rain",
    "release_id": "cb27d6a6-4786-4039-97a1-46fef99b7402",
    "release_group_id": null,
    "labels": [
        "Matador Records"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "1994-02-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}