Information about plays

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

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

{
    "id": 429912,
    "uri": "https://api.kexp.org/v2/plays/429912/?format=api",
    "airdate": "2001-05-31T09:16:40-07:00",
    "show": 7225,
    "show_uri": "https://api.kexp.org/v2/shows/7225/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/612R-TGtUXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/612R-TGtUXL._SL75_.jpg",
    "song": "Pretty Green",
    "track_id": null,
    "recording_id": null,
    "artist": "The Jam",
    "artist_ids": [
        "23228f18-01d5-493e-94ce-cfcde82a8db2"
    ],
    "album": "Sound Affects",
    "release_id": "7da3246c-1b97-4819-91c0-b46c2bb63cdd",
    "release_group_id": null,
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1980-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}