Information about plays

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

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

{
    "id": 1288812,
    "uri": "https://api.kexp.org/v2/plays/1288812/?format=api",
    "airdate": "2007-10-09T10:05:40-07:00",
    "show": 22553,
    "show_uri": "https://api.kexp.org/v2/shows/22553/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61s9XQUcejL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61s9XQUcejL._SL75_.jpg",
    "song": "Dead as Disco",
    "track_id": null,
    "recording_id": null,
    "artist": "Rob Sonic",
    "artist_ids": [
        "88fe996a-c836-41c1-852a-631e76ca54ad"
    ],
    "album": "Sabotage Gigante",
    "release_id": "0ea46126-1f3d-4663-adca-f27d5dacb033",
    "release_group_id": null,
    "labels": [
        "Definitive Jux"
    ],
    "label_ids": [
        "abf3267e-d5af-42c2-9a7b-5239d2e07a97"
    ],
    "release_date": "2007-09-25",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}