Information about plays

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

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

{
    "id": 424828,
    "uri": "https://api.kexp.org/v2/plays/424828/?format=api",
    "airdate": "2001-05-16T00:20:00-07:00",
    "show": 7127,
    "show_uri": "https://api.kexp.org/v2/shows/7127/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61cNfYJtqkL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61cNfYJtqkL._SL75_.jpg",
    "song": "Shake 'Em On Down",
    "track_id": "96536b5c-b67b-4efa-8318-1797b3a72e76",
    "recording_id": null,
    "artist": "Dave Soldier",
    "artist_ids": [
        "0c6f56a5-30c5-4a2c-b4c1-2e73ad50436b"
    ],
    "album": "The Kropotkins",
    "release_id": "1671ec5e-a662-4ef4-8a3c-d8a4cb8f58da",
    "release_group_id": null,
    "labels": [
        "Koch"
    ],
    "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"
}