Information about plays

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

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

{
    "id": 422488,
    "uri": "https://api.kexp.org/v2/plays/422488/?format=api",
    "airdate": "2001-05-08T18:37:30-07:00",
    "show": 7080,
    "show_uri": "https://api.kexp.org/v2/shows/7080/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21CZ60DX9QL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21CZ60DX9QL._SL75_.jpg",
    "song": "Jajouka between 2 mountains",
    "track_id": null,
    "recording_id": null,
    "artist": "Master Musicians of Jajouka",
    "artist_ids": [
        "6090a491-7af6-47fe-b083-18727224851f"
    ],
    "album": "Apocalypse Across the Sky",
    "release_id": "1ae07129-7c83-4fb9-94d9-392538e852f2",
    "release_group_id": null,
    "labels": [
        "Axiom"
    ],
    "label_ids": [
        "d04b1068-2fc6-4e0c-9e06-70d1bb08fce9"
    ],
    "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"
}