Information about plays

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

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

{
    "id": 467906,
    "uri": "https://api.kexp.org/v2/plays/467906/?format=api",
    "airdate": "2001-09-19T19:07:30-07:00",
    "show": 7960,
    "show_uri": "https://api.kexp.org/v2/shows/7960/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51G7qqgIwWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51G7qqgIwWL._SL75_.jpg",
    "song": "Black Mattie",
    "track_id": "c8de2434-1624-4cfe-b070-612a23e8c329",
    "recording_id": null,
    "artist": "Robert Belfour",
    "artist_ids": [
        "860d558e-85a8-485a-a4a8-4791f8074e35"
    ],
    "album": "What's Wrong With You",
    "release_id": "b851eb8d-ff85-47a2-a975-3afdae28f85f",
    "release_group_id": null,
    "labels": [
        "Epitaph"
    ],
    "label_ids": [
        "1bfd06be-a6ed-4ced-8159-7d4d2923a40c"
    ],
    "release_date": "2000-05-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}