Information about plays

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

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

{
    "id": 431226,
    "uri": "https://api.kexp.org/v2/plays/431226/?format=api",
    "airdate": "2001-06-04T12:45:00-07:00",
    "show": 7253,
    "show_uri": "https://api.kexp.org/v2/shows/7253/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21SQC1310ML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21SQC1310ML._SL75_.jpg",
    "song": "In a Name",
    "track_id": "76413c50-ecfe-4d86-b626-ed37be613a80",
    "recording_id": null,
    "artist": "Tsunami",
    "artist_ids": [
        "fea43e99-c4d5-4dac-9c27-868e864c6dc2"
    ],
    "album": "Deep End",
    "release_id": "7f9ab5b2-1f1d-44df-a2a8-0a86f910a823",
    "release_group_id": null,
    "labels": [
        "Simple Machines"
    ],
    "label_ids": [
        "07125e84-d30f-4cce-b013-ec3b463f7eda"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}