Information about plays

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

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

{
    "id": 501307,
    "uri": "https://api.kexp.org/v2/plays/501307/?format=api",
    "airdate": "2001-12-28T11:19:00-08:00",
    "show": 8608,
    "show_uri": "https://api.kexp.org/v2/shows/8608/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41E0RDZ223L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41E0RDZ223L._SL75_.jpg",
    "song": "Into the Valley",
    "track_id": "47694e32-4bac-4ab1-bb60-d38fba4b9bad",
    "recording_id": null,
    "artist": "The Skids",
    "artist_ids": [
        "f74ae14c-845a-4c00-9a84-b0c8dd24ef2c"
    ],
    "album": "Scared to Dance",
    "release_id": "f524e58b-ece1-40d4-b515-b8c13190737f",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1977-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}