Information about plays

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

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

{
    "id": 1353957,
    "uri": "https://api.kexp.org/v2/plays/1353957/?format=api",
    "airdate": "2008-03-25T03:10:25-07:00",
    "show": 23650,
    "show_uri": "https://api.kexp.org/v2/shows/23650/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/317tAzAuNPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/317tAzAuNPL._SL75_.jpg",
    "song": "Northwestern Girls",
    "track_id": null,
    "recording_id": null,
    "artist": "Say Hi",
    "artist_ids": [
        "f2cf6ceb-76c9-4822-8b6a-0119bc0ad867"
    ],
    "album": "The Wishes and the Glitch",
    "release_id": "ec43a492-bf5d-4d7c-82aa-91270c5e2bc0",
    "release_group_id": null,
    "labels": [
        "Euphobia"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}