Information about plays

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

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

{
    "id": 415711,
    "uri": "https://api.kexp.org/v2/plays/415711/?format=api",
    "airdate": "2001-04-17T12:00:00-07:00",
    "show": 6936,
    "show_uri": "https://api.kexp.org/v2/shows/6936/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21AQHRSMY9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21AQHRSMY9L._SL75_.jpg",
    "song": "Helps Both Ways",
    "track_id": null,
    "recording_id": null,
    "artist": "Mogwai",
    "artist_ids": [
        "d700b3f5-45af-4d02-95ed-57d301bda93e"
    ],
    "album": "Come On Die Young",
    "release_id": "e3913b41-63eb-49f9-a4fd-f0952e2fdc9b",
    "release_group_id": null,
    "labels": [
        "Matador Records"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "1999-04-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}