Information about plays

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

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

{
    "id": 1335786,
    "uri": "https://api.kexp.org/v2/plays/1335786/?format=api",
    "airdate": "2008-02-07T12:54:39-08:00",
    "show": 23344,
    "show_uri": "https://api.kexp.org/v2/shows/23344/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51qWG0E6rmL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51qWG0E6rmL._SL75_.jpg",
    "song": "Torn",
    "track_id": null,
    "recording_id": null,
    "artist": "The Delusions",
    "artist_ids": [
        "9f2d2a84-c92b-4dbb-b768-265af2a50359"
    ],
    "album": "The Delusions",
    "release_id": "dea3f5fa-8302-4272-9363-5cc766dc04d3",
    "release_group_id": null,
    "labels": [
        "Blank or No Label"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}