Information about plays

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

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

{
    "id": 1367496,
    "uri": "https://api.kexp.org/v2/plays/1367496/?format=api",
    "airdate": "2008-04-28T04:38:17-07:00",
    "show": 23877,
    "show_uri": "https://api.kexp.org/v2/shows/23877/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61YqUbX4BaL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61YqUbX4BaL._SL75_.jpg",
    "song": "Open Your Legs",
    "track_id": "d779eb00-07c2-4a11-90cd-ed836d648ed9",
    "recording_id": null,
    "artist": "The Night Marchers",
    "artist_ids": [
        "f3604844-cf44-4e50-8bef-5400562e5316"
    ],
    "album": "See You in Magic",
    "release_id": "9297ae52-a8df-441e-ada8-9861b728875e",
    "release_group_id": null,
    "labels": [
        "Vagrant Records"
    ],
    "label_ids": [
        "56c4226d-8962-4807-9ffa-dd6a10358fbb"
    ],
    "release_date": "2008-04-22",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}