Information about plays

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

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

{
    "id": 462162,
    "uri": "https://api.kexp.org/v2/plays/462162/?format=api",
    "airdate": "2001-09-02T16:45:42-07:00",
    "show": 7846,
    "show_uri": "https://api.kexp.org/v2/shows/7846/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21D3TKZCPML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21D3TKZCPML._SL75_.jpg",
    "song": "Some Swedish Trees",
    "track_id": "b80b4329-4c03-4010-8348-a046f17c46a1",
    "recording_id": null,
    "artist": "The Mountain Goats",
    "artist_ids": [
        "9639cd52-c351-4a17-9797-58880e95a7ef"
    ],
    "album": "Sweden",
    "release_id": "4afbdbd2-ba5d-4996-ae3a-951885981155",
    "release_group_id": null,
    "labels": [
        "Shrimper Records"
    ],
    "label_ids": [
        "d48fb2c4-a98a-4b62-ac46-0f447a2a181d"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}