Information about plays

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

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

{
    "id": 1286432,
    "uri": "https://api.kexp.org/v2/plays/1286432/?format=api",
    "airdate": "2007-10-03T05:55:44-07:00",
    "show": 22508,
    "show_uri": "https://api.kexp.org/v2/shows/22508/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51llKUzC%2BZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51llKUzC%2BZL._SL75_.jpg",
    "song": "All American Wiggle Wiggle",
    "track_id": null,
    "recording_id": null,
    "artist": "Chainsaw Kittens",
    "artist_ids": [
        "d87dc572-0780-408e-a1b0-f50de5a8a1c4"
    ],
    "album": "The All American",
    "release_id": "7af53e03-f98d-4f4e-b051-95c51959cff7",
    "release_group_id": null,
    "labels": [
        "4 Alarm"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}