Information about plays

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

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

{
    "id": 1361841,
    "uri": "https://api.kexp.org/v2/plays/1361841/?format=api",
    "airdate": "2008-04-13T22:40:00-07:00",
    "show": 23781,
    "show_uri": "https://api.kexp.org/v2/shows/23781/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/516TVK1X09L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/516TVK1X09L._SL75_.jpg",
    "song": "Run Into Flowers",
    "track_id": null,
    "recording_id": null,
    "artist": "M83",
    "artist_ids": [
        "6d7b7cd4-254b-4c25-83f6-dd20f98ceacd"
    ],
    "album": "Dead Cities, Red Seas & Lost Ghosts",
    "release_id": "acf5c10a-1705-41aa-b6f7-d3143d53ca07",
    "release_group_id": null,
    "labels": [
        "Mute Corporation"
    ],
    "label_ids": [
        "68523539-169d-481a-984d-8cc997fb6ea2"
    ],
    "release_date": "2004-07-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}