Information about plays

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

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

{
    "id": 457912,
    "uri": "https://api.kexp.org/v2/plays/457912/?format=api",
    "airdate": "2001-08-21T06:45:00-07:00",
    "show": 7761,
    "show_uri": "https://api.kexp.org/v2/shows/7761/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41KZFPDD00L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41KZFPDD00L._SL75_.jpg",
    "song": "Why Can't We Live Together",
    "track_id": "aff8e3d1-fee3-4208-ac21-7a2c6ff241a1",
    "recording_id": null,
    "artist": "Timmy Thomas",
    "artist_ids": [
        "7e092d19-6726-4b9a-a879-157065833481"
    ],
    "album": "Why Can't We Live Together",
    "release_id": "27415dad-438b-43d3-9384-828c9b3eb7f0",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1974-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}