Information about plays

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

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

{
    "id": 419909,
    "uri": "https://api.kexp.org/v2/plays/419909/?format=api",
    "airdate": "2001-05-01T00:55:00-07:00",
    "show": 7024,
    "show_uri": "https://api.kexp.org/v2/shows/7024/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51wIj6ix3NL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51wIj6ix3NL._SL75_.jpg",
    "song": "Last Train to Lhasa",
    "track_id": "3732d5c5-4680-4fb4-bcd8-39db21280d5f",
    "recording_id": null,
    "artist": "Banco de Gaia",
    "artist_ids": [
        "70cc316b-37a3-4174-bdc0-f546b3b3d03c"
    ],
    "album": "Last Train to Lhasa",
    "release_id": "e02589ac-e4b1-43b2-af48-4f89c3f1ee7f",
    "release_group_id": null,
    "labels": [
        "Mammoth/Planet Dog"
    ],
    "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"
}