Information about plays

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

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

{
    "id": 1196035,
    "uri": "https://api.kexp.org/v2/plays/1196035/?format=api",
    "airdate": "2007-02-12T15:25:26-08:00",
    "show": 20967,
    "show_uri": "https://api.kexp.org/v2/shows/20967/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61P3AH2VXVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61P3AH2VXVL._SL75_.jpg",
    "song": "The Engine Driver",
    "track_id": null,
    "recording_id": null,
    "artist": "The Decemberists",
    "artist_ids": [
        "97b1142f-c71e-4971-8736-4a8ceaf6b4c3"
    ],
    "album": "Picaresque",
    "release_id": "42ef4aa7-a493-4ba8-be55-b66e73cc4c3d",
    "release_group_id": null,
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [
        "a16c4ee6-8f6b-4314-9701-465c2e11dffe"
    ],
    "release_date": "2005-03-22",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}