Information about plays

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

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

{
    "id": 514795,
    "uri": "https://api.kexp.org/v2/plays/514795/?format=api",
    "airdate": "2002-02-06T03:58:00-08:00",
    "show": 8876,
    "show_uri": "https://api.kexp.org/v2/shows/8876/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51wFoWkNKaL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51wFoWkNKaL._SL75_.jpg",
    "song": "L.O.S.T.",
    "track_id": "9659d0ad-66b8-43db-9a99-f85f6d2b7cd3",
    "recording_id": null,
    "artist": "Iggy Pop",
    "artist_ids": [
        "f37b3f31-b1f8-4b88-8cb5-b34f709b17d7"
    ],
    "album": "Beat 'Em Up",
    "release_id": "1377b316-e516-48fe-9721-5160596e2c09",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "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"
}