Information about plays

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

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

{
    "id": 420554,
    "uri": "https://api.kexp.org/v2/plays/420554/?format=api",
    "airdate": "2001-05-02T18:39:00-07:00",
    "show": 7037,
    "show_uri": "https://api.kexp.org/v2/shows/7037/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51dij3jA95L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51dij3jA95L._SL75_.jpg",
    "song": "Let The Good Times Roll",
    "track_id": "a332f2c6-b258-4417-99ea-929441036944",
    "recording_id": null,
    "artist": "Louis Jordan",
    "artist_ids": [
        "b8b30699-7814-4fd1-ab75-6f22f5da0fac"
    ],
    "album": "Rock 'N' Roll",
    "release_id": "4ee1fe64-a2b5-4a0b-8cba-302122fb3932",
    "release_group_id": null,
    "labels": [
        "Mercury"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}