Information about plays

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

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

{
    "id": 492529,
    "uri": "https://api.kexp.org/v2/plays/492529/?format=api",
    "airdate": "2001-12-02T11:29:00-08:00",
    "show": 8443,
    "show_uri": "https://api.kexp.org/v2/shows/8443/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Er%2BztfSmL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Er%2BztfSmL._SL75_.jpg",
    "song": "Lowing Heifer",
    "track_id": "7bf02839-ff17-48e2-939b-fff729a3c2e1",
    "recording_id": null,
    "artist": "Black Ace",
    "artist_ids": [
        "66cab4d1-95c1-4ea4-a55f-4b3dd0f05afa"
    ],
    "album": "I'm the Boss Card in Your Hand",
    "release_id": "909c24fc-9800-483c-97ff-6804b7811556",
    "release_group_id": null,
    "labels": [
        "Arhoolie"
    ],
    "label_ids": [
        "148498ac-d0d5-40ff-ad4c-50a0a6654564"
    ],
    "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"
}