Information about plays

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

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

{
    "id": 425500,
    "uri": "https://api.kexp.org/v2/plays/425500/?format=api",
    "airdate": "2001-05-17T20:12:37-07:00",
    "show": 7138,
    "show_uri": "https://api.kexp.org/v2/shows/7138/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51dUmKKMMkL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51dUmKKMMkL._SL75_.jpg",
    "song": "I'll Drink No More Wine",
    "track_id": null,
    "recording_id": null,
    "artist": "Jimmy Martin",
    "artist_ids": [
        "ee850327-b528-4922-93e8-0c59a21ef50e"
    ],
    "album": "The King of Bluegrass",
    "release_id": "42ab92cb-cb5f-453b-8285-65478aa76801",
    "release_group_id": null,
    "labels": [
        "Anthology of Country Music LP"
    ],
    "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"
}