Information about plays

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

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

{
    "id": 1393938,
    "uri": "https://api.kexp.org/v2/plays/1393938/?format=api",
    "airdate": "2008-07-05T13:47:46-07:00",
    "show": 24325,
    "show_uri": "https://api.kexp.org/v2/shows/24325/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51a7QH8U1kL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51a7QH8U1kL._SL75_.jpg",
    "song": "Pictures of Matchstick Men",
    "track_id": "e5d54ac9-fff8-43e2-8e98-41cc336a120c",
    "recording_id": null,
    "artist": "Camper Van Beethoven",
    "artist_ids": [
        "0ee7e64d-90ca-406b-b59a-3e551c556dbe"
    ],
    "album": "Popular Songs of Great Enduring Strength and Beauty",
    "release_id": "642c6344-b82a-4bf3-8071-40b021fd6a51",
    "release_group_id": null,
    "labels": [
        "Cooking Vinyl"
    ],
    "label_ids": [
        "10a8a55b-fe80-4df6-978e-fc0548dc04b6"
    ],
    "release_date": "2008-06-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}