Information about plays

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

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

{
    "id": 421389,
    "uri": "https://api.kexp.org/v2/plays/421389/?format=api",
    "airdate": "2001-05-05T04:04:00-07:00",
    "show": 7053,
    "show_uri": "https://api.kexp.org/v2/shows/7053/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41QFY4V4SCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41QFY4V4SCL._SL75_.jpg",
    "song": "Seattle",
    "track_id": "1b42f1ab-bea8-448c-9646-a4f054f313c5",
    "recording_id": null,
    "artist": "Public Image Ltd.",
    "artist_ids": [
        "68950696-ee9a-49b2-a8c2-d1d6c19355cc"
    ],
    "album": "Happy?",
    "release_id": "2c943c97-7708-47d7-aae5-466b2eac063f",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1987-09-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}