Information about plays

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

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

{
    "id": 1305350,
    "uri": "https://api.kexp.org/v2/plays/1305350/?format=api",
    "airdate": "2007-11-22T05:57:00-08:00",
    "show": 22834,
    "show_uri": "https://api.kexp.org/v2/shows/22834/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31f-qKssk-L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31f-qKssk-L._SL75_.jpg",
    "song": "Portland Oregon (with Jack White)",
    "track_id": null,
    "recording_id": null,
    "artist": "Loretta Lynn",
    "artist_ids": [
        "613260c3-d620-4645-94cd-33cd55f29b1e"
    ],
    "album": "Van Lear Rose",
    "release_id": "4df009ce-78de-4515-8499-19cc56d66eba",
    "release_group_id": null,
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2004-05-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}