Information about plays

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

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

{
    "id": 1310844,
    "uri": "https://api.kexp.org/v2/plays/1310844/?format=api",
    "airdate": "2007-12-06T05:21:43-08:00",
    "show": 22927,
    "show_uri": "https://api.kexp.org/v2/shows/22927/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/511CZDJMMKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/511CZDJMMKL._SL75_.jpg",
    "song": "We All Make the Flowers Grow",
    "track_id": null,
    "recording_id": null,
    "artist": "Lee Hazlewood",
    "artist_ids": [
        "56d9908f-548e-40c1-837f-cd006d79d3a0"
    ],
    "album": "Trouble Is a Lonesome Town",
    "release_id": "557984ac-02ed-45a9-8bcd-5d4a43b08871",
    "release_group_id": null,
    "labels": [
        "Smells Like Records"
    ],
    "label_ids": [
        "ae9ddfd9-5c54-45f7-88a3-c1af57e2ac93"
    ],
    "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"
}