Information about plays

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

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

{
    "id": 529538,
    "uri": "https://api.kexp.org/v2/plays/529538/?format=api",
    "airdate": "2002-03-21T05:40:01-08:00",
    "show": 9163,
    "show_uri": "https://api.kexp.org/v2/shows/9163/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51sZaAsWugL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51sZaAsWugL._SL75_.jpg",
    "song": "A Listening Ear",
    "track_id": "9b6728a4-3610-4213-bbdb-076a666e9dd1",
    "recording_id": null,
    "artist": "Juno",
    "artist_ids": [
        "6c0994fb-382e-4510-8e26-56709afaf190"
    ],
    "album": "this is the way it goes and goes and goes",
    "release_id": "99f12518-4b46-4306-a5eb-535d2f253583",
    "release_group_id": null,
    "labels": [
        "DeSoto Records"
    ],
    "label_ids": [
        "c8e08325-47ac-4841-997c-4fced14ed8c2"
    ],
    "release_date": "1999-03-30",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}