Information about plays

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

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

{
    "id": 1355841,
    "uri": "https://api.kexp.org/v2/plays/1355841/?format=api",
    "airdate": "2008-03-29T18:45:00-07:00",
    "show": 23679,
    "show_uri": "https://api.kexp.org/v2/shows/23679/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51%2BmE4paTML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51%2BmE4paTML._SL75_.jpg",
    "song": "Neighbours's House",
    "track_id": null,
    "recording_id": null,
    "artist": "No Kids",
    "artist_ids": [
        "cd39adf0-6419-4493-b486-bcf549287fbb"
    ],
    "album": "Come Into My House",
    "release_id": "199c3a3b-d1d0-4f2f-9a13-bdc0b9e34920",
    "release_group_id": null,
    "labels": [
        "Tomlab"
    ],
    "label_ids": [
        "5de1b751-1a1f-466c-ba83-73e8a5b7080b"
    ],
    "release_date": "2008-02-19",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}