Information about plays

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

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

{
    "id": 504397,
    "uri": "https://api.kexp.org/v2/plays/504397/?format=api",
    "airdate": "2002-01-06T22:00:00-08:00",
    "show": 8675,
    "show_uri": "https://api.kexp.org/v2/shows/8675/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51AH2xn3rpL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51AH2xn3rpL._SL75_.jpg",
    "song": "Nu Abstract",
    "track_id": "55320bfd-2abb-4d7d-9c84-abaa43f8fb1d",
    "recording_id": null,
    "artist": "Matthew Shipp",
    "artist_ids": [
        "462e95c6-80e9-42e4-8ac0-ed913711c40a"
    ],
    "album": "Nu Bop",
    "release_id": "41011d98-feef-4762-a3db-eefb724240d2",
    "release_group_id": null,
    "labels": [
        "Thirsty Ear"
    ],
    "label_ids": [
        "f68e4031-f778-410c-be2d-42f9b25af7ad"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}