Information about plays

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

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

{
    "id": 422855,
    "uri": "https://api.kexp.org/v2/plays/422855/?format=api",
    "airdate": "2001-05-09T19:36:40-07:00",
    "show": 7086,
    "show_uri": "https://api.kexp.org/v2/shows/7086/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/5107QD763SL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/5107QD763SL._SL75_.jpg",
    "song": "Walk Softly on This Heart of Mine",
    "track_id": "0795f5da-776a-4de7-908c-4569146f1700",
    "recording_id": null,
    "artist": "Bill Monroe",
    "artist_ids": [
        "2a2be593-6984-4640-8cf1-717ec7a6e18b"
    ],
    "album": "The Country Music Hall of Fame: Bill Monroe",
    "release_id": "11abb384-f9de-4ceb-9c69-67395682cddf",
    "release_group_id": null,
    "labels": [],
    "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"
}