Information about plays

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

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

{
    "id": 1278133,
    "uri": "https://api.kexp.org/v2/plays/1278133/?format=api",
    "airdate": "2007-09-12T01:15:02-07:00",
    "show": 22370,
    "show_uri": "https://api.kexp.org/v2/shows/22370/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/311kNCW%2Bt8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/311kNCW%2Bt8L._SL75_.jpg",
    "song": "By Your Side",
    "track_id": null,
    "recording_id": null,
    "artist": "CocoRosie",
    "artist_ids": [
        "e162b2eb-6a42-4240-8c1b-c94d9a0acb73"
    ],
    "album": "La maison de mon rêve",
    "release_id": "2215c1a3-e239-4330-8365-9021e44304b7",
    "release_group_id": null,
    "labels": [
        "Touch and Go Records"
    ],
    "label_ids": [
        "9a2cad26-48de-4e7c-97a5-354f52c6e027"
    ],
    "release_date": "2004-03-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}