Information about plays

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

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

{
    "id": 493805,
    "uri": "https://api.kexp.org/v2/plays/493805/?format=api",
    "airdate": "2001-12-05T23:08:00-08:00",
    "show": 8466,
    "show_uri": "https://api.kexp.org/v2/shows/8466/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ZJZSR8i9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ZJZSR8i9L._SL75_.jpg",
    "song": "Equators to Bi-Polar",
    "track_id": "211276e8-f49f-4788-b9e6-b2ff3b988d67",
    "recording_id": null,
    "artist": "June of 44",
    "artist_ids": [
        "56f3de75-2c88-4054-a1df-65c661f4ee0f"
    ],
    "album": "Anahata",
    "release_id": "923f03ee-76d6-45bb-9753-150256487b47",
    "release_group_id": null,
    "labels": [
        "Quarterstick Records"
    ],
    "label_ids": [
        "ec609a3f-541e-43f2-84c5-9ee20b404f26"
    ],
    "release_date": "1999-06-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}