Information about plays

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

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

{
    "id": 1314002,
    "uri": "https://api.kexp.org/v2/plays/1314002/?format=api",
    "airdate": "2007-12-14T04:20:04-08:00",
    "show": 22979,
    "show_uri": "https://api.kexp.org/v2/shows/22979/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61303GR9PNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61303GR9PNL._SL75_.jpg",
    "song": "Back Home to Harlem",
    "track_id": "46dbdd5e-da54-4ad6-a7d6-868ba0960918",
    "recording_id": null,
    "artist": "The Rosewood Thieves",
    "artist_ids": [
        "9bd2a2f8-c40d-427e-a914-e6e898d97437"
    ],
    "album": "From the Decker House",
    "release_id": "708bd17b-ca71-4fa4-a386-05d94db1775a",
    "release_group_id": null,
    "labels": [
        "V2"
    ],
    "label_ids": [
        "dc2f5993-7a3d-4c59-bba0-0a77bf9d7416"
    ],
    "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"
}