Information about plays

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

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

{
    "id": 1316993,
    "uri": "https://api.kexp.org/v2/plays/1316993/?format=api",
    "airdate": "2007-12-21T19:36:00-08:00",
    "show": 23028,
    "show_uri": "https://api.kexp.org/v2/shows/23028/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/512Xj1KgSjL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/512Xj1KgSjL._SL75_.jpg",
    "song": "Soul Dinner",
    "track_id": "0b5de354-c47b-47b3-9e72-a1a8f733379c",
    "recording_id": null,
    "artist": "The Jets",
    "artist_ids": [
        "92a415d7-4478-4091-9f23-81b61b80b9b2"
    ],
    "album": "Explosive Doowops, Volume 4",
    "release_id": "bcc97e8a-2055-400b-a6ed-83288285c6fc",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1999-02-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}