Information about plays

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

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

{
    "id": 500064,
    "uri": "https://api.kexp.org/v2/plays/500064/?format=api",
    "airdate": "2001-12-24T23:38:00-08:00",
    "show": 8587,
    "show_uri": "https://api.kexp.org/v2/shows/8587/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Y47EEJatL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Y47EEJatL._SL75_.jpg",
    "song": "Ira Hayes",
    "track_id": "d3f0a56e-3f44-4762-ac24-7c8029ffe842",
    "recording_id": null,
    "artist": "Townes Van Zandt",
    "artist_ids": [
        "d67d1a21-6e45-4dd6-aef0-0191ba3796e0"
    ],
    "album": "The Highway Kind",
    "release_id": "963eb1c2-5624-45ae-bfd6-1e50e48c3570",
    "release_group_id": null,
    "labels": [
        "Sugar Hill"
    ],
    "label_ids": [],
    "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"
}