Information about plays

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

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

{
    "id": 1257619,
    "uri": "https://api.kexp.org/v2/plays/1257619/?format=api",
    "airdate": "2007-07-22T03:19:56-07:00",
    "show": 22023,
    "show_uri": "https://api.kexp.org/v2/shows/22023/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/5126lUMnfkL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/5126lUMnfkL._SL75_.jpg",
    "song": "I Fell Into Painting Houses in Phoenix, Arizona",
    "track_id": "6e1c7a7d-f70e-4dfc-af15-ebd03db215d9",
    "recording_id": null,
    "artist": "Richmond Fontaine",
    "artist_ids": [
        "5cc104cb-a015-4274-9271-561fefb18292"
    ],
    "album": "Thirteen Cities",
    "release_id": "7ec7a7a8-75d1-4a84-b4ea-97937a7609a4",
    "release_group_id": null,
    "labels": [
        "El Toro"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}