Information about plays

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

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

{
    "id": 1316291,
    "uri": "https://api.kexp.org/v2/plays/1316291/?format=api",
    "airdate": "2007-12-20T01:15:04-08:00",
    "show": 23018,
    "show_uri": "https://api.kexp.org/v2/shows/23018/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51RaQakS7hL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51RaQakS7hL._SL75_.jpg",
    "song": "Gate City Savings And Loan / Northwestern Bell",
    "track_id": null,
    "recording_id": null,
    "artist": "Thes One",
    "artist_ids": [
        "d1281759-3892-49e5-9b7a-ce73cfd4f835"
    ],
    "album": "Lifestyle Marketing (disc 1)",
    "release_id": "0dd63041-dd5e-4bf3-b296-74eb93acdd5c",
    "release_group_id": null,
    "labels": [
        "Tres"
    ],
    "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"
}