Information about plays

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

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

{
    "id": 415683,
    "uri": "https://api.kexp.org/v2/plays/415683/?format=api",
    "airdate": "2001-04-17T10:22:30-07:00",
    "show": 6936,
    "show_uri": "https://api.kexp.org/v2/shows/6936/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41GEQNA5PAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41GEQNA5PAL._SL75_.jpg",
    "song": "Get Bone-A-Fide",
    "track_id": "4ea1f828-767e-4903-be0b-2b6256784589",
    "recording_id": null,
    "artist": "Living Daylights",
    "artist_ids": [
        "9c0e3108-cbf1-43b8-9a64-d4c30c79c00a"
    ],
    "album": "Electric Rosary",
    "release_id": "d508c10a-97e1-4283-b593-2d417da08b0c",
    "release_group_id": null,
    "labels": [
        "Liquid City"
    ],
    "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"
}