Information about plays

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

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

{
    "id": 1303499,
    "uri": "https://api.kexp.org/v2/plays/1303499/?format=api",
    "airdate": "2007-11-17T11:15:00-08:00",
    "show": 22802,
    "show_uri": "https://api.kexp.org/v2/shows/22802/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41Q1D8AG4DL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41Q1D8AG4DL._SL75_.jpg",
    "song": "Wear You to the Ball",
    "track_id": "77cb769f-3e1f-4bee-8d39-7bc87007844c",
    "recording_id": null,
    "artist": "The Paragons",
    "artist_ids": [
        "be976b44-a297-425c-be6a-a648418b3161"
    ],
    "album": "Trojan Rocksteady Box Set (disc 2)",
    "release_id": "3f87fc44-8e4a-4a72-ac50-485680977976",
    "release_group_id": null,
    "labels": [
        "Treasure Isle"
    ],
    "label_ids": [
        "2d4693ab-494d-40b8-a191-ffa6143de627"
    ],
    "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"
}