Information about plays

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

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

{
    "id": 532817,
    "uri": "https://api.kexp.org/v2/plays/532817/?format=api",
    "airdate": "2002-03-30T05:50:25-08:00",
    "show": 9224,
    "show_uri": "https://api.kexp.org/v2/shows/9224/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41BS7W9056L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41BS7W9056L._SL75_.jpg",
    "song": "Attraction",
    "track_id": "ae2f16d2-1bad-4538-a4fa-b082e0d269d3",
    "recording_id": null,
    "artist": "Paris Combo",
    "artist_ids": [
        "b3365cc7-49b5-4a7f-b878-80487aad59c1"
    ],
    "album": "Attraction",
    "release_id": "baffcb7a-0494-4841-a3ef-17cf35086128",
    "release_group_id": null,
    "labels": [
        "Polydor/Universal"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}