Information about plays

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

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

{
    "id": 414344,
    "uri": "https://api.kexp.org/v2/plays/414344/?format=api",
    "airdate": "2001-01-01T02:30:23-08:00",
    "show": 6902,
    "show_uri": "https://api.kexp.org/v2/shows/6902/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/3168YE795TL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/3168YE795TL._SL75_.jpg",
    "song": "What's in It for Me?",
    "track_id": null,
    "recording_id": null,
    "artist": "Brakes",
    "artist_ids": [
        "0e2bd3f3-0a64-42e3-beb0-11f8955b45b6"
    ],
    "album": "Give Blood",
    "release_id": "e4e0fc82-5a7b-4e55-b061-493d445ec65e",
    "release_group_id": null,
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "2276f06e-f65a-4d61-9dee-9f95ff4b775c"
    ],
    "release_date": "2005-07-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}