Information about plays

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

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

{
    "id": 532561,
    "uri": "https://api.kexp.org/v2/plays/532561/?format=api",
    "airdate": "2002-03-29T14:27:01-08:00",
    "show": 9219,
    "show_uri": "https://api.kexp.org/v2/shows/9219/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61DPH0MLfUL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61DPH0MLfUL._SL75_.jpg",
    "song": "Simpleton",
    "track_id": "46134f52-ee85-430b-a4a5-4a9e86f5ee6c",
    "recording_id": null,
    "artist": "Quicksand",
    "artist_ids": [
        "3c9f8bef-a658-4204-9ee8-7e95d2535b32"
    ],
    "album": "Manic Compression",
    "release_id": "8851dc5d-b043-4e5f-8ca4-c886dd4f62f2",
    "release_group_id": null,
    "labels": [
        "Island Records"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1995-02-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}