Information about plays

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

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

{
    "id": 1416004,
    "uri": "https://api.kexp.org/v2/plays/1416004/?format=api",
    "airdate": "2008-08-30T01:15:50-07:00",
    "show": 24696,
    "show_uri": "https://api.kexp.org/v2/shows/24696/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51nXQs6kngL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51nXQs6kngL._SL75_.jpg",
    "song": "Easy Life",
    "track_id": "db84fc62-d7c6-4b95-81bf-d9db2b5427a8",
    "recording_id": null,
    "artist": "The Catheters",
    "artist_ids": [
        "f6ed6c4c-d847-40d5-a777-28bacf8e9257"
    ],
    "album": "Howling... It Grows and Grows!!!",
    "release_id": "56b21b91-2bbb-4aaf-bdcc-6f8c096a105e",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2004-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}