Information about plays

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

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

{
    "id": 449956,
    "uri": "https://api.kexp.org/v2/plays/449956/?format=api",
    "airdate": "2001-07-29T03:42:51-07:00",
    "show": 7607,
    "show_uri": "https://api.kexp.org/v2/shows/7607/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41HV7B7GVCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41HV7B7GVCL._SL75_.jpg",
    "song": "November",
    "track_id": "2bbad626-9c3f-46c2-aa05-a35b4b69e8d3",
    "recording_id": null,
    "artist": "Sanctus",
    "artist_ids": [
        "3abb39e7-09b0-4e58-a781-9ba8b0c4645c"
    ],
    "album": "Aeon Sky",
    "release_id": "6318f14c-d841-4067-bc11-5bd0be4fd2ce",
    "release_group_id": null,
    "labels": [
        "Metal Blade"
    ],
    "label_ids": [],
    "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"
}