Information about plays

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

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

{
    "id": 414626,
    "uri": "https://api.kexp.org/v2/plays/414626/?format=api",
    "airdate": "2001-04-09T15:00:00-07:00",
    "show": 6913,
    "show_uri": "https://api.kexp.org/v2/shows/6913/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/414E2ST1Z7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/414E2ST1Z7L._SL75_.jpg",
    "song": "Tonite It Shows",
    "track_id": null,
    "recording_id": null,
    "artist": "Mercury Rev",
    "artist_ids": [
        "7b1cf87e-c54f-4abc-893d-90245a31900d"
    ],
    "album": "Deserter's Songs",
    "release_id": "5fea793f-4ce8-4041-a742-63c69508b25e",
    "release_group_id": null,
    "labels": [
        "V2"
    ],
    "label_ids": [
        "dc2f5993-7a3d-4c59-bba0-0a77bf9d7416"
    ],
    "release_date": "1998-10-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}