Information about plays

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

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

{
    "id": 454184,
    "uri": "https://api.kexp.org/v2/plays/454184/?format=api",
    "airdate": "2001-08-10T10:52:30-07:00",
    "show": 7685,
    "show_uri": "https://api.kexp.org/v2/shows/7685/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4164HPBPAHL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4164HPBPAHL._SL75_.jpg",
    "song": "Loud is as Loud Does",
    "track_id": null,
    "recording_id": null,
    "artist": "Tsunami",
    "artist_ids": [
        "fea43e99-c4d5-4dac-9c27-868e864c6dc2"
    ],
    "album": "The Heart's Tremolo",
    "release_id": "bec376b5-4ff0-44ca-9dae-b20123991e62",
    "release_group_id": null,
    "labels": [
        "Simple Machines"
    ],
    "label_ids": [
        "07125e84-d30f-4cce-b013-ec3b463f7eda"
    ],
    "release_date": "1994-05-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}